forked from OSchip/llvm-project
parent
4685073430
commit
49630e7fe9
|
@ -1300,7 +1300,7 @@ IRInterpreter::Interpret (llvm::Module &module,
|
||||||
if (log)
|
if (log)
|
||||||
log->Printf("Couldn't write to a region on behalf of a StoreInst");
|
log->Printf("Couldn't write to a region on behalf of a StoreInst");
|
||||||
error.SetErrorToGenericError();
|
error.SetErrorToGenericError();
|
||||||
error.SetErrorString(memory_read_error);
|
error.SetErrorString(memory_write_error);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue