mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
Fix some compiler warnings
This commit is contained in:
@ -35,7 +35,7 @@ u8* Compiler::RewriteMemAccess(u8* pc)
|
||||
return pc + (ptrdiff_t)patch.Offset;
|
||||
}
|
||||
|
||||
printf("this is a JIT bug %llx\n", pc);
|
||||
printf("this is a JIT bug %sx\n", pc);
|
||||
abort();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user