mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-05 06:25:33 +00:00
bindings: add newly added register MXCSR
Backports commit 738d10298952d195799ce16721feffe5cb8f07bb from unicorn.
This commit is contained in:
parent
cdcd026413
commit
8c8852b914
5 changed files with 10 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue