Changeset 13397
- Timestamp:
- Jan 19, 2010, 11:06:30 AM (15 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
r13174 r13397 188 188 (defconstant gp-regs-offset 0) 189 189 (defmacro xp-gp-regs (xp) 190 `(pref (pref ,xp :ucontext.uc_mcontext) :mcontext.ss))191 (defun xp-mxcsr (xp) 192 ( %get-unsigned-long (pref (pref xp :ucontext.uc_mcontext) :mcontext.fs) 32))190 `(pref ,xp :ucontext_t.uc_mcontext.__ss)) 191 (defun xp-mxcsr (xp) 192 (pref xp :ucontext_t.uc_mcontext.__fs.__fpu_mxcsr)) 193 193 (defconstant flags-register-offset 9) 194 194 (defconstant eip-register-offset 10)
Note:
See TracChangeset
for help on using the changeset viewer.
