summaryrefslogtreecommitdiff
path: root/internal/basic_operators.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/basic_operators.h')
-rw-r--r--internal/basic_operators.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/basic_operators.h b/internal/basic_operators.h
index 2cd9f50073..4732a65403 100644
--- a/internal/basic_operators.h
+++ b/internal/basic_operators.h
@@ -31,18 +31,18 @@ enum ruby_basic_operators {
BOP_UMINUS,
BOP_MAX,
BOP_MIN,
+ BOP_HASH,
BOP_CALL,
BOP_AND,
BOP_OR,
BOP_CMP,
BOP_DEFAULT,
+ BOP_PACK,
BOP_LAST_
};
-MJIT_SYMBOL_EXPORT_BEGIN
RUBY_EXTERN short ruby_vm_redefined_flag[BOP_LAST_];
-MJIT_SYMBOL_EXPORT_END
/* optimize insn */
#define INTEGER_REDEFINED_OP_FLAG (1 << 0)