Skip to content

Commit

Permalink
Automerge master into ibm_sdk 2017-10-25-15:53:31
Browse files Browse the repository at this point in the history
  • Loading branch information
j9build committed Oct 25, 2017
2 parents 78712ce + 221427f commit 03788a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/codert_vm/xnathelp.m4
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ define({OLD_DUAL_MODE_HELPER},{
SAVE_C_VOLATILE_REGS
FASTCALL_C_WITH_VMTHREAD(old_fast_$1,1)
test _rax,_rax
je SHORT_JMP LABEL(L_done_$1)
je LABEL(L_done_$1)
SAVE_C_NONVOLATILE_REGS
SAVE_C_NONVOLATILE_JIT_FP_ARG_REGS
FASTCALL_INDIRECT_WITH_VMTHREAD(_rax)
Expand All @@ -170,7 +170,7 @@ define({OLD_DUAL_MODE_HELPER_NO_RETURN_VALUE},{
SAVE_C_VOLATILE_REGS
FASTCALL_C_WITH_VMTHREAD(old_fast_$1,1)
test _rax,_rax
je SHORT_JMP LABEL(L_done_$1)
je LABEL(L_done_$1)
SAVE_C_NONVOLATILE_REGS
SAVE_C_NONVOLATILE_JIT_FP_ARG_REGS
FASTCALL_INDIRECT_WITH_VMTHREAD(_rax)
Expand Down

0 comments on commit 03788a5

Please sign in to comment.