diff options
author | jhb <jhb@FreeBSD.org> | 2002-09-19 20:40:26 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-09-19 20:40:26 +0000 |
commit | f239fd4894b54dd26c9773467e2a70d316f69539 (patch) | |
tree | e46aa505c50295bc266ef87b98d992f604e468b0 /lib/libc/stdlib/strtoll.c | |
parent | 8fb250553b57817a93acb251391369bbbe4f2793 (diff) | |
download | FreeBSD-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/strtoll.c')
0 files changed, 0 insertions, 0 deletions