arc: Change max instruction length to 64-bits
[deliverable/binutils-gdb.git] / opcodes / nds32-asm.h
index f273f2f258ecb8864ff3b379cf01844c85b65d76..a39a50ab8783217ee0254510c9da447c02410f62 100644 (file)
 #ifndef NDS32_ASM_H
 #define NDS32_ASM_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* Constant values for assembler.  */
 enum
 {
@@ -294,4 +298,8 @@ extern void nds32_asm_init (nds32_asm_desc_t *, int);
 #define FPU_MEMBI(sub) (OP6 (COP) | N32_FPU_ ## sub | 0x1 << 7)
 #define AUDIO(sub)     (OP6 (AEXT) | (N32_AEXT_ ## sub << 20))
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif
This page took 0.024497 seconds and 4 git commands to generate.