From d0b68b9789523d0ca64b199915ca6fd481deb05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Fri, 15 Oct 2021 07:00:26 +0200 Subject: wip --- erts/emulator/beam/jit/beam_jit_common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.1