m68k fixes

This commit is contained in:
Anthony Green
2012-01-23 12:41:06 -05:00
parent c365ee7577
commit 164e6fe04b
11 changed files with 696 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ int main (void)
sc < (signed char) 127; sc++)
{
ffi_call(&cif, FFI_FN(return_sc), &rint, values);
CHECK(rint == (ffi_arg) sc);
CHECK((signed char)rint == sc);
}
exit(0);
}