summaryrefslogtreecommitdiff
path: root/mjit_c.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-29 21:42:35 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-11-29 21:45:34 -0800
commita1d70f5b120478d11151dc0e2cd554f38574953b (patch)
tree84c8cbb908c0b7e8b4c5a5213392a999340b51fe /mjit_c.c
parent7a2b1364ef5889497e7c203f644610f346bdd80a (diff)
MJIT: Rename mjit_compile_attr to mjit_sp_inc
There's no mjit_compile.inc, so no need to use this prefix anymore.
Diffstat (limited to 'mjit_c.c')
-rw-r--r--mjit_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mjit_c.c b/mjit_c.c
index ebb10b92e2..53842a9a3a 100644
--- a/mjit_c.c
+++ b/mjit_c.c
@@ -21,7 +21,7 @@
#include "insns.inc"
#include "insns_info.inc"
-#include "mjit_compile_attr.inc"
+#include "mjit_sp_inc.inc"
#if SIZEOF_LONG == SIZEOF_VOIDP
#define NUM2PTR(x) NUM2ULONG(x)