summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2021-10-15 07:00:26 +0200
committerBjörn Gustavsson <bjorn@erlang.org>2021-10-15 07:15:00 +0200
commitd0b68b9789523d0ca64b199915ca6fd481deb05c (patch)
treebdb216a1eb7deff1fe0bf037b7b6d47b8e6cf02f
parentb4cffe6445faab14b30569e54a6a6ef7aa0f8464 (diff)
downloaderlang-d0b68b9789523d0ca64b199915ca6fd481deb05c.tar.gz
wip
-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) {