summaryrefslogtreecommitdiff
path: root/iseq.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2020-10-19 09:47:39 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:25 -0400
commit93f6ac39f20f64a879507db98a16177530e9f3d4 (patch)
treee637f031469ce2c2ed3697c3f43fed3956f2d372 /iseq.h
parentba45aff16b1246a3c6b31e9cebb0096fb4e1fcae (diff)
downloadruby-93f6ac39f20f64a879507db98a16177530e9f3d4.tar.gz
MicroJIT: Don't compile trace instructions
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/iseq.h b/iseq.h
index ace5a45ba3..9b5eb138ad 100644
--- a/iseq.h
+++ b/iseq.h
@@ -167,6 +167,8 @@ const rb_iseq_t *rb_iseq_load_iseq(VALUE fname);
unsigned int *rb_iseq_insns_info_decode_positions(const struct rb_iseq_constant_body *body);
#endif
+int rb_vm_insn_addr2opcode(const void *addr);
+
RUBY_SYMBOL_EXPORT_BEGIN
/* compile.c */