|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.93, 2010/07/24 00:45:54 | version 1.94, 2010/12/20 00:25:35 | ||
|---|---|---|---|
|
|
||
| #endif | #endif | ||
| 1: | 1: | ||
| #endif /* DIAGNOSTIC */ | #endif /* DIAGNOSTIC */ | ||
| incl CPUVAR(NSYSCALL) # count it atomically | addl $1,CPUVAR(NSYSCALL) # count it atomically | ||
| adcl $0,CPUVAR(NSYSCALL)+4 # count it atomically | |||
| movl CPUVAR(CURLWP),%edi | movl CPUVAR(CURLWP),%edi | ||
| movl L_PROC(%edi),%edx | movl L_PROC(%edi),%edx | ||
| movl %esp,L_MD_REGS(%edi) # save pointer to frame | movl %esp,L_MD_REGS(%edi) # save pointer to frame |