summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/jit/x86/instr_arith.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/beam/jit/x86/instr_arith.cpp')
-rw-r--r--erts/emulator/beam/jit/x86/instr_arith.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/jit/x86/instr_arith.cpp b/erts/emulator/beam/jit/x86/instr_arith.cpp
index 0713fb57f0..14e4182973 100644
--- a/erts/emulator/beam/jit/x86/instr_arith.cpp
+++ b/erts/emulator/beam/jit/x86/instr_arith.cpp
@@ -1172,7 +1172,7 @@ void BeamModuleAssembler::emit_i_bsl(const ArgVal &LHS,
const ArgVal &RHS,
const ArgVal &Fail,
const ArgVal &Dst) {
- bool inline_shift = hasCpuFeature(x86::Features::kLZCNT);
+ bool inline_shift = hasCpuFeature(CpuFeatures::X86::kLZCNT);
Label generic = a.newLabel(), next = a.newLabel();
mov_arg(ARG2, LHS);