summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 53019b08a3..c6af487075 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -368,7 +368,7 @@ enum rb_iseq_type {
// Attributes specified by Primitive.attr!
enum rb_builtin_attr {
// If true, this ISeq does not call methods.
- BUILTIN_ATTR_INLINE = 0x01,
+ BUILTIN_ATTR_LEAF = 0x01,
};
struct rb_iseq_constant_body {