Skip to content

Commit

Permalink
Add comment for reserved bits in EFLAGS register.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Nov 17, 2023
1 parent 31d36f2 commit 3dde18f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/h/registers/x86_regs.h
Expand Up @@ -126,6 +126,8 @@ namespace Dyninst { namespace x86 {
const signed int VIF = 0x13; // Virtual Interrupt Flag
const signed int VIP = 0x14; // Virtual Interrupt Pending
const signed int ID = 0x15; // ID Flag
/* Flags 22-31 are reserved */


// ( name, ID | alias | cat | arch, arch)
DEF_REGISTER( eax, BASEA | FULL | GPR | Arch_x86, "x86");
Expand Down

0 comments on commit 3dde18f

Please sign in to comment.