New microblaze support

This commit is contained in:
Anthony Green
2013-01-21 07:37:30 -05:00
parent 20cae32b15
commit aeb8719a34
10 changed files with 806 additions and 48 deletions

View File

@@ -32,7 +32,7 @@ int main (void)
uc < (unsigned char) '\xff'; uc++)
{
ffi_call(&cif, FFI_FN(return_uc), &rint, values);
CHECK(rint == (signed int) uc);
CHECK((unsigned char)rint == uc);
}
exit(0);
}