Skip to content

Commit daf588a

Browse files
committed
fix target ifdef name
1 parent 452e104 commit daf588a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/src/jit/emit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4615,7 +4615,7 @@ unsigned emitter::emitEndCodeGen(Compiler* comp,
46154615
}
46164616
#endif
46174617

4618-
#ifdef _TARGET_XARCH_
4618+
#ifdef TARGET_XARCH
46194619
// For x64/x86, align Tier1 methods to 32 byte boundaries if
46204620
// they are larger than 16 bytes and contain a loop.
46214621
//

0 commit comments

Comments
 (0)