Changeset 14840
- Timestamp:
- Jun 22, 2011, 7:56:06 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/x86-trap-support.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/x86-trap-support.lisp
r14839 r14840 205 205 :_fpstate.mxcsr)) 206 206 (defmacro xp-xmm-regs (xp) 207 `(pref ,xp :ucontext.uc_mcontext.fpregs._xmm))207 `(pref (pref ,xp :ucontext.uc_mcontext.fpregs) :_fpstate._xmm)) 208 208 (defconstant flags-register-offset #$REG_EFL) 209 209 (defconstant eip-register-offset #$REG_EIP)
Note:
See TracChangeset
for help on using the changeset viewer.
