mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Code formating
This commit is contained in:
parent
628a737500
commit
c883003f5d
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ namespace PpcGen {
|
|||
void PPCXEmitter::BLE (const void *fnptr) {
|
||||
CHECK_SMALL_JUMP
|
||||
|
||||
s32 func = (s32)fnptr - s32(code);
|
||||
s32 func = (s32)fnptr - s32(code);
|
||||
u32 instr = (0x40810000 | (((s16)(((func)+1))) & 0xfffc));
|
||||
Write32(instr);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue