Skip to content

Commit

Permalink
Mark RDRAND as catOther. (#7108)
Browse files Browse the repository at this point in the history
RDSEED was marked as catOther when it was touched incidentally in #7107.
For consistency mark RDRAND too.
  • Loading branch information
khuey authored Dec 27, 2024
1 parent fa2eaa8 commit 3a84980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ir/x86/decode_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -6718,7 +6718,7 @@ const instr_info_t mod_extensions[][2] = {
},
{ /* mod extension 12 */
{PREFIX_EXT, 0x0fc736, catUncategorized, "(prefix ext 137)", xx, xx, xx, xx, xx, no, x, 137},
{OP_rdrand, 0x0fc736, catUncategorized, "rdrand", Rv, xx, xx, xx, xx, mrm, fW6, END_LIST},
{OP_rdrand, 0x0fc736, catOther, "rdrand", Rv, xx, xx, xx, xx, mrm, fW6, END_LIST},
},
{ /* mod extension 13 */
/* The latest Intel table implies 0x66 prefix makes invalid instr but not worth
Expand Down

0 comments on commit 3a84980

Please sign in to comment.