K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-09-19T20:40:26.000000Z K 7 svn:log V 488 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(). END