Skip to content

Commit

Permalink
Fix a merge error for linux x64 dynarec
Browse files Browse the repository at this point in the history
  • Loading branch information
howard0su committed Dec 12, 2023
1 parent 90941e8 commit 13a8103
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Source/DynaRec/x64/DynarecStubX64.S
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ __EnterDynaRec:
movq %rdx, %r15
movq %rcx, %r14

jmp *%rax
call *%rax

popq %r14
popq %r15
popq %rbx
popq %rbp

ret

0 comments on commit 13a8103

Please sign in to comment.