Cleanup udiv128 (#206)

This commit is contained in:
Tom Lally 2022-09-08 01:12:53 +01:00 committed by GitHub
parent 4eaa600b57
commit 6cdb6eed17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 19 deletions

View file

@ -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