summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mruby.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mruby.h b/include/mruby.h
index 63c0fca3d..57121fecf 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -176,6 +176,10 @@ typedef struct mrb_state {
void (*debug_op_hook)(struct mrb_state* mrb, struct mrb_irep *irep, mrb_code *pc, mrb_value *regs);
#endif
+#ifdef MRB_BYTECODE_DECODE_OPTION
+ void (*bytecode_decoder)(struct mrb_state* mrb, mrb_code *code);
+#endif
+
struct RClass *eException_class;
struct RClass *eStandardError_class;
struct RObject *nomem_err; /* pre-allocated NoMemoryError */