Skip to content

Commit

Permalink
Merge pull request #55 from howard0su/linux_dynarec
Browse files Browse the repository at this point in the history
Fix a merge error for linux x64 dynarec
  • Loading branch information
wally4000 authored Dec 13, 2023
2 parents 90941e8 + 13a8103 commit df2fc99
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 df2fc99

Please sign in to comment.