Skip to content

Commit

Permalink
Use st0 as base register for MMX
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Nov 20, 2023
1 parent a55ed05 commit 903b038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/src/registers/MachRegister.C
Expand Up @@ -39,6 +39,8 @@ namespace Dyninst {
return MachRegister(reg & 0xfffff0ff);
else if(category == x86_64::FLAG)
return x86_64::flags;
else if(category == x86_64::MMX)
return x86_64::st0;
else
return *this;
case Arch_ppc32:
Expand Down

0 comments on commit 903b038

Please sign in to comment.