PERFORCE change 29634 for review
Peter Wemm
peter at FreeBSD.org
Thu Apr 24 14:32:56 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=29634
Change 29634 by peter at peter_daintree on 2003/04/24 14:32:37
oops. dont use "syscall" yet, that wont work too well.
Affected files ...
.. //depot/projects/hammer/sys/x86_64/x86_64/sigtramp.s#3 edit
Differences ...
==== //depot/projects/hammer/sys/x86_64/x86_64/sigtramp.s#3 (text+ko) ====
@@ -60,7 +60,7 @@
lea SIGF_UC(%rsp),%rdi /* get ucontext_t */
pushq $0 /* junk to fake return addr. */
movq $SYS_sigreturn,%rax
- syscall /* enter kernel with args */
+ int $0x80 /* enter kernel with args */
0: hlt /* trap priviliged instruction */
jmp 0b
More information about the p4-projects
mailing list