Skip to content

Commit

Permalink
Add missing ROSE subrange conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Nov 18, 2023
1 parent a27281a commit 7c3e7cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/src/registers/MachRegister.C
Expand Up @@ -978,6 +978,8 @@ namespace Dyninst {
case Arch_x86:
switch(subrange) {
case x86::XMMS:
case x86::YMMS:
case x86::ZMMS:
case x86::KMSKS:
case x86::FPDBL: p = x86_regpos_qword; break;
case x86::MMS: p = x86_regpos_qword; break;
Expand Down

0 comments on commit 7c3e7cb

Please sign in to comment.