diff options
Diffstat (limited to 'opcodes/or1k-opc.h')
-rw-r--r-- | opcodes/or1k-opc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/or1k-opc.h b/opcodes/or1k-opc.h index 5c21176..2fe5b5a 100644 --- a/opcodes/or1k-opc.h +++ b/opcodes/or1k-opc.h @@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. #ifndef OR1K_OPC_H #define OR1K_OPC_H +#ifdef __cplusplus +extern "C" { +#endif + /* -- opc.h */ #undef CGEN_DIS_HASH_SIZE @@ -132,4 +136,8 @@ struct cgen_fields } + #ifdef __cplusplus + } + #endif + #endif /* OR1K_OPC_H */ |