Merge pull request #22345 from zl-wang/fix-non-local-return-register · eclipse-openj9/openj9@4d59bf3

Commit 4d59bf3

Merge pull request #22345 from zl-wang/fix-non-local-return-register

Use r11 instead of r0 for non-local-return

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 2 additions & 2 deletions

Original file line numberDiff line numberDiff line change

@@ -863,8 +863,8 @@ define({RESTORE_PRESERVED_REGS},{

863863

})

864864
865865

define({BRANCH_VIA_VMTHREAD},{

866-

laddr r0,$1(J9VMTHREAD)

867-

mtctr r0

866+

laddr r11,$1(J9VMTHREAD)

867+

mtctr r11

868868

bctr

869869

})

870870

0 commit comments