aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/debugger.h
diff options
context:
space:
mode:
authorsos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>2005-02-10 17:25:09 +0000
committersos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>2005-02-10 17:25:09 +0000
commitf0abae28b4f21093976496cd6288f0a96d7ab1f8 (patch)
tree715e9727013eb10a654d9181034bb53dbd54ab9d /xen/include/asm-x86/debugger.h
parent0af6c14b0f2fec084218e99c7ee566c0e1cd1d91 (diff)
downloadxen-f0abae28b4f21093976496cd6288f0a96d7ab1f8.tar.gz
xen-f0abae28b4f21093976496cd6288f0a96d7ab1f8.tar.bz2
xen-f0abae28b4f21093976496cd6288f0a96d7ab1f8.zip
bitkeeper revision 1.1170.1.1 (420b98f5HLKkq19C9PxLpNFZOD2-mg)
Make it compile in the non-crash_debug case.
Diffstat (limited to 'xen/include/asm-x86/debugger.h')
-rw-r--r--xen/include/asm-x86/debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/debugger.h b/xen/include/asm-x86/debugger.h
index 74e8a82ef5..dc018f5bdb 100644
--- a/xen/include/asm-x86/debugger.h
+++ b/xen/include/asm-x86/debugger.h
@@ -123,7 +123,7 @@ static inline int debugger_trap_fatal(
#define debugger_trap_entry(_v, _r) (0)
#define debugger_trap_fatal(_v, _r) (0)
-#define debugger_trap_immediate() ()
+#define debugger_trap_immediate()
#endif