diff options
author | Alan Modra <amodra@gmail.com> | 2010-10-08 14:00:50 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-10-08 14:00:50 +0000 |
commit | 9ccb8af972518810c66317c6c942d2268bfb5123 (patch) | |
tree | 1acdeaaf802f3b87c42d584da4c113d548301124 /cpu/frv.opc | |
parent | ec3d575a7a6516a1b3065312d228d706de6c49c7 (diff) | |
download | gdb-9ccb8af972518810c66317c6c942d2268bfb5123.zip gdb-9ccb8af972518810c66317c6c942d2268bfb5123.tar.gz gdb-9ccb8af972518810c66317c6c942d2268bfb5123.tar.bz2 |
Fix build with -DDEBUG=7
Diffstat (limited to 'cpu/frv.opc')
-rw-r--r-- | cpu/frv.opc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/frv.opc b/cpu/frv.opc index 3dfadb3..f81cef0 100644 --- a/cpu/frv.opc +++ b/cpu/frv.opc @@ -81,6 +81,9 @@ int spr_valid (long); #include "elf/frv.h" #include <stdio.h> +/* DEBUG appears below as argument of OP macro. */ +#undef DEBUG + /* Returns TRUE if {MAJOR,MACH} is a major branch of the FRV development tree. */ |