Update constants of bindings

This commit is contained in:
Bet4
2022-02-16 20:08:17 +08:00
parent cc45585e90
commit 504b31b928
18 changed files with 309 additions and 150 deletions

View File

@@ -237,7 +237,12 @@ pub enum RegisterX86 {
GS_BASE = 231,
FLAGS = 232,
RFLAGS = 233,
ENDING = 234,
FIP = 234,
FCS = 235,
FDP = 236,
FDS = 237,
FOP = 238,
ENDING = 239,
}
impl From<RegisterX86> for i32 {