Changeset 11564 for trunk/source/lisp-kernel/x86-asmutils64.s
- Timestamp:
- Dec 31, 2008, 12:36:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/x86-asmutils64.s
r11247 r11564 169 169 _exportfn(C(get_vector_registers)) 170 170 _endfn 171 172 _exportfn(C(darwin_sigreturn)) 173 .globl C(sigreturn) 174 /* Need to set the sigreturn 'infostyle' argument, which is mostly 175 undocumented. On x8664 Darwin, sigtramp() sets it to 0x1e, and 176 since we're trying to do what sigtramp() would do if we'd returned 177 to it ... */ 178 __(movl $0x1e,%esi) 179 __(jmp C(sigreturn)) 180 _endfn 171 181 172 182 _exportfn(C(put_vector_registers))
Note: See TracChangeset
for help on using the changeset viewer.