summaryrefslogtreecommitdiff
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index 6060a26b64..ccf0c46db8 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -283,4 +283,12 @@ THROW_DATA_STATE(const struct THROW_DATA *obj)
return obj->throw_state;
}
+struct IFUNC {
+ VALUE flags;
+ VALUE reserved;
+ VALUE (*func)(ANYARGS);
+ void *data;
+ ID id;
+};
+
#endif /* RUBY_INSNHELPER_H */