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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/jit/beam_jit_common.hpp b/erts/emulator/beam/jit/beam_jit_common.hpp
index ad651330c3..54cc92e5cf 100644
--- a/erts/emulator/beam/jit/beam_jit_common.hpp
+++ b/erts/emulator/beam/jit/beam_jit_common.hpp
@@ -274,7 +274,7 @@ typedef enum : Uint {
BSC_VALUE_FVALUE = 2,
BSC_VALUE_LAST = 2
} JitBSCValue;
-static const Uint BSC_VALUE_MASK = 0x02;
+static const Uint BSC_VALUE_MASK = 0x03;
static const Uint BSC_VALUE_OFFSET = 2;
static constexpr Uint beam_jit_set_bsc_segment_op(Uint segment, JitBSCOp op) {