Change inferior thread list to be a thread map
[deliverable/binutils-gdb.git] / opcodes / s12z-opc.h
index 04e15595b3876279877b43a69d86ae1d12ae8b5e..6508f712340dc6094ac65534248aaa87bda437c8 100644 (file)
 
 #include <stdbool.h>
 
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
 /* An abstraction used to read machine code from a source.  */
 struct mem_read_abstraction_base
 {
@@ -262,6 +267,8 @@ struct memory_operand
 int decode_s12z (enum optr *myoperator, short *osize,
                 int *n_operands, struct operand **operands,
                 struct mem_read_abstraction_base *);
-
+#ifdef __cplusplus
+}
+#endif
 
 #endif /* S12Z_OPC_H  */
This page took 0.02556 seconds and 4 git commands to generate.