Changeset 16135 in vbox for trunk/src/recompiler_new
- Timestamp:
- Jan 21, 2009 1:13:47 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41859
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/VBoxRecompiler.c
r16127 r16135 2058 2058 /** @todo FPUDP */ 2059 2059 /** @todo DS */ 2060 /** @todo Fix MXCSR support in QEMU so we don't overwrite MXCSR with 0 when we shouldn't! */2061 pCtx->fpu.MXCSR = 0;2062 pCtx->fpu.MXCSR_MASK = 0;2063 2060 2064 2061 /** @todo check if FPU/XMM was actually used in the recompiler */
Note:
See TracChangeset
for help on using the changeset viewer.