summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/llabs.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-09-19 20:40:26 +0000
committerjhb <jhb@FreeBSD.org>2002-09-19 20:40:26 +0000
commitf239fd4894b54dd26c9773467e2a70d316f69539 (patch)
treee46aa505c50295bc266ef87b98d992f604e468b0 /lib/libc/stdlib/llabs.c
parent8fb250553b57817a93acb251391369bbbe4f2793 (diff)
downloadFreeBSD-src-f239fd4894b54dd26c9773467e2a70d316f69539.zip
FreeBSD-src-f239fd4894b54dd26c9773467e2a70d316f69539.tar.gz
Fix last commit so that it actually works:
- Get test for valid trace request contents right. - You don't use 'stq' to move a value from one register to another, use 'mov' to read sp. Also, can't use nice names for registers in in-line asm in gcc. - pc is not a publically accessible register, instead, create a label in the asm code and use 'lda' to load the address of that label into the pc field of the trace request. - Use correction function name for db_print_backtrace().
Diffstat (limited to 'lib/libc/stdlib/llabs.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud