mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-06 23:14:04 +00:00
Bugfix
This commit is contained in:
parent
0524f34b82
commit
b43f89566f
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ int x86_reg_read(struct uc_struct *uc, unsigned int regid, void *value)
|
|||
fpus |= ( X86_CPU(uc, mycpu)->env.fpstt & 0x7 ) << 11;
|
||||
*(uint16_t*) value = fpus;
|
||||
}
|
||||
break;
|
||||
case UC_X86_REG_FPCW:
|
||||
*(uint16_t*) value = X86_CPU(uc, mycpu)->env.fpuc;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue