mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
Fixed return code in asmjit_test_x86.
This commit is contained in:
@@ -2643,10 +2643,11 @@ int X86TestSuite::run() {
|
||||
fprintf(file, "Result : %s\n", result.getData());
|
||||
fprintf(file, "Expected: %s\n", expect.getData());
|
||||
fprintf(file, "===============================================================================\n");
|
||||
|
||||
returnCode = 1;
|
||||
}
|
||||
|
||||
runtime.release(func);
|
||||
returnCode = 1;
|
||||
}
|
||||
else {
|
||||
if (!alwaysPrintLog) {
|
||||
|
||||
Reference in New Issue
Block a user