summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/jit/beam_jit_common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/beam/jit/beam_jit_common.hpp')
-rw-r--r--erts/emulator/beam/jit/beam_jit_common.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/erts/emulator/beam/jit/beam_jit_common.hpp b/erts/emulator/beam/jit/beam_jit_common.hpp
index 8dbacb6026..5542919409 100644
--- a/erts/emulator/beam/jit/beam_jit_common.hpp
+++ b/erts/emulator/beam/jit/beam_jit_common.hpp
@@ -255,8 +255,9 @@ typedef enum : Uint {
BSC_INFO_SIZE = 2,
BSC_INFO_NEGATIVE = 3,
BSC_INFO_UNIT = 4,
- BSC_INFO_DEPENDS = 5,
- BSC_INFO_LAST = 5,
+ BSC_INFO_DEPENDS_ARG1 = 5,
+ BSC_INFO_DEPENDS_FVALUE = 6,
+ BSC_INFO_LAST = 6,
BSC_INFO_MASK = 0x07,
BSC_INFO_OFFSET = 2,
} JitBSCInfo;