mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-11 09:18:30 +12:00
Cleanup udiv128 (#206)
This commit is contained in:
parent
4eaa600b57
commit
6cdb6eed17
4 changed files with 9 additions and 19 deletions
|
@ -1,12 +1,5 @@
|
|||
.code
|
||||
|
||||
udiv128 PROC
|
||||
mov rax, rcx
|
||||
div r8
|
||||
mov [r9], rdx
|
||||
ret
|
||||
udiv128 ENDP
|
||||
|
||||
recompiler_fres PROC
|
||||
; store all modified registers
|
||||
push rdx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue