mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 14:05:02 +02:00
Implement method call
This commit is contained in:
parent
fa0b9c1c97
commit
e731ced271
12 changed files with 308 additions and 81 deletions
|
@ -26,6 +26,8 @@ module RubyVM::MJIT
|
|||
|
||||
# @param ocb [CodeBlock]
|
||||
def compile_leave_exit(asm)
|
||||
asm.comment('default cfp->jit_return')
|
||||
|
||||
# Restore callee-saved registers
|
||||
asm.pop(SP)
|
||||
asm.pop(EC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue