diff options
Diffstat (limited to 'opcodes/lm32-desc.h')
-rw-r--r-- | opcodes/lm32-desc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/lm32-desc.h b/opcodes/lm32-desc.h index 3fa11de..ce2e075 100644 --- a/opcodes/lm32-desc.h +++ b/opcodes/lm32-desc.h @@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. #ifndef LM32_CPU_H #define LM32_CPU_H +#ifdef __cplusplus +extern "C" { +#endif + #define CGEN_ARCH lm32 /* Given symbol S, return lm32_cgen_<S>. */ @@ -237,4 +241,8 @@ extern const CGEN_HW_ENTRY lm32_cgen_hw_table[]; + #ifdef __cplusplus + } + #endif + #endif /* LM32_CPU_H */ |