bindings: add X86 FPTAGS & FPCW registers after recent change in the core
This commit is contained in:
@ -252,7 +252,9 @@ public interface X86Const {
|
||||
public static final int UC_X86_REG_GDTR = 243;
|
||||
public static final int UC_X86_REG_LDTR = 244;
|
||||
public static final int UC_X86_REG_TR = 245;
|
||||
public static final int UC_X86_REG_ENDING = 246;
|
||||
public static final int UC_X86_REG_FPCW = 246;
|
||||
public static final int UC_X86_REG_FPTAG = 247;
|
||||
public static final int UC_X86_REG_ENDING = 248;
|
||||
|
||||
// X86 instructions
|
||||
|
||||
|
Reference in New Issue
Block a user