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

Commit dd688b2

Browse files
committed
Correct JIT_DUMP_MAGIC
Writer should always write the same value, independent of endianness.
1 parent cc059ec commit dd688b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pal/src/misc/perfjitdump.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ namespace
3535
{
3636
enum
3737
{
38-
#ifdef BIGENDIAN
39-
JIT_DUMP_MAGIC = 0x4454694A,
40-
#else
4138
JIT_DUMP_MAGIC = 0x4A695444,
42-
#endif
4339
JIT_DUMP_VERSION = 1,
4440

4541
#if defined(_X86_)

0 commit comments

Comments
 (0)