mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
cleanup & update bindings' constants
This commit is contained in:
parent
e54519c09f
commit
0962c4822b
4 changed files with 23 additions and 16 deletions
|
|
@ -64,7 +64,7 @@ static void test_sparc(void)
|
|||
|
||||
// emulate machine code in infinite time (last param = 0), or when
|
||||
// finishing all the code.
|
||||
err = uc_emu_start(handle, ADDRESS, ADDRESS + sizeof(SPARC_CODE) -1, 0, 0);
|
||||
err = uc_emu_start(handle, ADDRESS, ADDRESS + sizeof(SPARC_CODE) - 1, 0, 0);
|
||||
if (err) {
|
||||
printf("Failed on uc_emu_start() with error returned: %u (%s)\n",
|
||||
err, uc_strerror(err));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue