Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruihan-Yin committed Nov 19, 2024
1 parent f8e720a commit 866253d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/instr.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ enum insFlags : uint64_t
INS_Flags_EmbeddedBroadcastSupported = 1ULL << 43,

// APX: REX2 prefix:
Encoding_REX2 = 1ULL << 43,
Encoding_REX2 = 1ULL << 44,

// TODO-Cleanup: Remove this flag and its usage from TARGET_XARCH
INS_FLAGS_DONT_CARE = 0x00ULL,
Expand Down

0 comments on commit 866253d

Please sign in to comment.