Skip to content

Commit 2639e3a

Browse files
committed
Test with R1 as JUMP REG
Signed-off-by: Rahil Shah <[email protected]>
1 parent ba6a81d commit 2639e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/oti/zhelpers.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ define({RESTORE_HIWORD_REGS},{lmh r0,r15,JIT_GPR_SAVE_SLOT(16)})
497497
})
498498

499499
ifdef({J9ZOS390},{
500-
define({JUMP_REG},r4)
500+
define({JUMP_REG},r1)
501501
define({FIRST_REG},r8)
502502
define({LAST_REG},r15)
503503
define({RELOAD_SSP},{

0 commit comments

Comments
 (0)