Commit c9b3c920 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: Fix up warning

parent 7b967c48
......@@ -108,4 +108,8 @@ extern char *trace_names[64];
#define PPCDBG_ENTER_DEBUGGER() do {;} while(0)
#endif
#ifndef PPCDBG_ENTER_DEBUGGER_REGS
#define PPCDBG_ENTER_DEBUGGER_REGS(A) do {;} while(0)
#endif
#endif /*__PPCDEBUG_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment