mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 14:05:02 +02:00
Support extended registers
and move argument registers to a couple of them.
This commit is contained in:
parent
d7dba4c510
commit
2b8d1c93ea
4 changed files with 127 additions and 54 deletions
|
@ -26,6 +26,8 @@ module RubyVM::MJIT
|
|||
|
||||
# Restore callee-saved registers
|
||||
asm.pop(SP)
|
||||
asm.pop(EC)
|
||||
asm.pop(CFP)
|
||||
|
||||
asm.mov(:rax, Qundef)
|
||||
asm.ret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue