summaryrefslogtreecommitdiff
path: root/mjit.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-10-06 17:44:19 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:42 -0400
commit7c08538aa3a366409784f6a8b7aa013b85633803 (patch)
treecae00db737ff8fa27ba347f9a2960fe4f7e8fadd /mjit.h
parent884b6f3dbb33ef98fbfe96e7c70ccc8bb5735829 (diff)
Cleanup diff against upstream. Add comments
I did a `git diff --stat` against upstream and looked at all the files that are outside of YJIT to come up with these minor changes.
Diffstat (limited to 'mjit.h')
-rw-r--r--mjit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mjit.h b/mjit.h
index acb8b22e25..4e91decb01 100644
--- a/mjit.h
+++ b/mjit.h
@@ -193,6 +193,7 @@ mjit_exec(rb_execution_context_t *ec)
RB_DEBUG_COUNTER_INC(mjit_frame_VM2JT);
# endif
RB_DEBUG_COUNTER_INC(mjit_exec_call_func);
+ // Under SystemV x64 calling convention
// ec -> RDI
// cfp -> RSI
return func(ec, ec->cfp);