From 2966e5bed08672a8bf467d59b14d7a10f7b60782 Mon Sep 17 00:00:00 2001 From: Kanoj Sarcar Date: Tue, 25 Apr 2000 16:34:25 +0000 Subject: Make the sysentry debugging code a little more versatile. --- arch/mips64/kernel/scall_o32.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/mips64/kernel/scall_o32.S') diff --git a/arch/mips64/kernel/scall_o32.S b/arch/mips64/kernel/scall_o32.S index 372b08050..8f09fcc3c 100644 --- a/arch/mips64/kernel/scall_o32.S +++ b/arch/mips64/kernel/scall_o32.S @@ -37,8 +37,7 @@ NESTED(handle_sys, PT_SIZE, sp) .set at #if DEBUG_MIPS64 SAVE_ALL - ld a1, PT_R2(sp) - PRINT("Got syscall %d\n") + jal dodebug RESTORE_ALL #endif ld t1, PT_EPC(sp) # skip syscall on return -- cgit v1.2.3