Skip to content

Commit

Permalink
fix target ifdef name
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyAyersMS committed Feb 14, 2020
1 parent 452e104 commit daf588a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/src/jit/emit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4615,7 +4615,7 @@ unsigned emitter::emitEndCodeGen(Compiler* comp,
}
#endif

#ifdef _TARGET_XARCH_
#ifdef TARGET_XARCH
// For x64/x86, align Tier1 methods to 32 byte boundaries if
// they are larger than 16 bytes and contain a loop.
//
Expand Down

0 comments on commit daf588a

Please sign in to comment.