summaryrefslogtreecommitdiff
path: root/i386/i386/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/debug.h')
-rw-r--r--i386/i386/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386/debug.h b/i386/i386/debug.h
index e94649bb..84397ba8 100644
--- a/i386/i386/debug.h
+++ b/i386/i386/debug.h
@@ -23,10 +23,12 @@
#ifndef _I386_DEBUG_
#define _I386_DEBUG_
+#ifndef __ASSEMBLER__
/* Dump a saved state.
Probably a good idea to have this around
even when DEBUG isn't turned on. */
void dump_ss(const struct i386_saved_state *st);
+#endif /* __ASSEMBLER__ */
#ifdef DEBUG