diff options
Diffstat (limited to 'gdb/nlm/ppc.h')
-rw-r--r-- | gdb/nlm/ppc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/nlm/ppc.h b/gdb/nlm/ppc.h index 849531b..84cee6b 100644 --- a/gdb/nlm/ppc.h +++ b/gdb/nlm/ppc.h @@ -157,7 +157,9 @@ struct StackFrame extern unsigned char breakpoint_insn[]; #define BREAKPOINT_SIZE 4 +#if 0 #define ALTERNATE_MEM_FUNCS /* We need our own get_char/set_char */ +#endif extern int get_char (char *addr); extern void set_char (char *addr, int val); |