Prevent address violation when attempting to disassemble a corrupt score binary.
[deliverable/binutils-gdb.git] / opcodes / m32r-opc.h
index 0dab53998976736777b9bca1e8c1f77e481905f5..5778f397ec9e5e449ddde65519eafe91a790ab25 100644 (file)
@@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
 #ifndef M32R_OPC_H
 #define M32R_OPC_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* -- opc.h */
 
 #undef  CGEN_DIS_HASH_SIZE
@@ -141,4 +145,8 @@ struct cgen_fields
 }
 
 
+   #ifdef __cplusplus
+   }
+   #endif
+
 #endif /* M32R_OPC_H */
This page took 0.023105 seconds and 4 git commands to generate.