bindings: add newly added register MXCSR

This commit is contained in:
Nguyen Anh Quynh
2019-02-15 13:01:27 +08:00
parent 256e7782ce
commit 738d102989
6 changed files with 12 additions and 6 deletions

View File

@ -255,7 +255,8 @@ public interface X86Const {
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_MSR = 248;
public static final int UC_X86_REG_ENDING = 249;
public static final int UC_X86_REG_MXCSR = 249;
public static final int UC_X86_REG_ENDING = 250;
// X86 instructions