summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/jit/emit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/emit.cpp b/src/jit/emit.cpp
index 1e566b2e76..70a4905e26 100644
--- a/src/jit/emit.cpp
+++ b/src/jit/emit.cpp
@@ -4233,7 +4233,7 @@ void emitter::emitCheckFuncletBranch(instrDesc* jmp, insGroup* jmpIG)
// meets one of those criteria...
assert(jmp->idIsBound());
-#ifdef _TARGET_AMD64_
+#ifdef _TARGET_XARCH_
// An lea of a code address (for constant data stored with the code)
// is treated like a jump for emission purposes but is not really a jump so
// we don't have to check anything here.