Skip to content

Commit

Permalink
Add conversion to ROSE register for Resume Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Nov 21, 2023
1 parent ff96bdc commit cfa0e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/registers/MachRegister.C
Expand Up @@ -813,6 +813,7 @@ namespace Dyninst {
case x86_64::FLAGD: n = x86_flag_iopl1; break;
case x86_64::FLAGF: n = x86_flag_15; break;
case x86_64::VM: n = x86_flag_vm; break;
case x86_64::RF: n = x86_flag_rf; break;
default:
c = -1;
return;
Expand Down

0 comments on commit cfa0e70

Please sign in to comment.