Changeset 14805
- Timestamp:
- May 20, 2011, 2:59:00 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/x86-spentry64.s (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/x86-spentry64.s
r14629 r14805 4617 4617 __ifndef(`WINDOWS') 4618 4618 __endif 4619 /* Save caller's mxcsr */ 4620 __(subq $16,%rsp) 4621 __(stmxcsr (%rsp)) 4622 __(andb $~mxcsr_all_exceptions,(%rsp)) 4619 4623 /* C NVRs */ 4620 4624 __(push %csave0) … … 4685 4689 __(movq 24(%rsp),%save3) 4686 4690 __endif 4687 __(stmxcsr rcontext(tcr.foreign_mxcsr))4688 __(andb $~mxcsr_all_exceptions,rcontext(tcr.foreign_mxcsr))4689 4691 __(ldmxcsr rcontext(tcr.lisp_mxcsr)) 4690 4692 __(movq $nrs.callbacks,%fname) … … 4717 4719 __(pop %csave1) 4718 4720 __(pop %csave0) 4721 __(ldmxcsr (%rsp)) 4722 __(addq $16,%rsp) 4719 4723 __(movq -8(%rbp),%rax) 4720 4724 __(movq -16(%rbp),%rdx)
Note:
See TracChangeset
for help on using the changeset viewer.
