aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 23:17:25 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 23:44:01 -0800
commit23ec248e48f696ae986e2b19cd572ece02a5ba55 (patch)
tree3973e15ea1c34d000b40a64bd64e78880f28efec /vm_core.h
parent2e875549a934fa04b7939810fa0d8a2762702aaa (diff)
downloadruby-23ec248e48f696ae986e2b19cd572ece02a5ba55.tar.gz
s/mjit/rjit/
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_core.h b/vm_core.h
index 30c2d57044..7fbc2f0392 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -346,7 +346,7 @@ pathobj_realpath(VALUE pathobj)
}
/* Forward declarations */
-struct rb_mjit_unit;
+struct rb_rjit_unit;
typedef uintptr_t iseq_bits_t;
@@ -512,7 +512,7 @@ struct rb_iseq_constant_body {
#if USE_RJIT
// RJIT stores some data on each iseq.
- VALUE mjit_blocks;
+ VALUE rjit_blocks;
#endif
#if USE_YJIT