Skip to content

Commit

Permalink
Fix comment for BND registers
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 27, 2023
1 parent 228c852 commit 32aa6f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instructionAPI/src/x86/register-xlat.C
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ namespace Dyninst { namespace InstructionAPI { namespace x86 {
case X86_REG_FP6:
case X86_REG_FP7:

/* AMX registers */
/* MPX registers */
case X86_REG_BND0:
case X86_REG_BND1:
case X86_REG_BND2:
Expand Down Expand Up @@ -510,7 +510,7 @@ namespace Dyninst { namespace InstructionAPI { namespace x86 {
case X86_REG_FP6:
case X86_REG_FP7:

/* AMX registers */
/* MPX registers */
case X86_REG_BND0:
case X86_REG_BND1:
case X86_REG_BND2:
Expand Down

0 comments on commit 32aa6f3

Please sign in to comment.