Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Correct JIT_DUMP_MAGIC
Browse files Browse the repository at this point in the history
Writer should always write the same value, independent of endianness.
  • Loading branch information
sdmaclea committed Sep 27, 2019
1 parent cc059ec commit dd688b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pal/src/misc/perfjitdump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ namespace
{
enum
{
#ifdef BIGENDIAN
JIT_DUMP_MAGIC = 0x4454694A,
#else
JIT_DUMP_MAGIC = 0x4A695444,
#endif
JIT_DUMP_VERSION = 1,

#if defined(_X86_)
Expand Down

0 comments on commit dd688b2

Please sign in to comment.