ubsan: fr30: left shift of negative value
[deliverable/binutils-gdb.git] / opcodes / s12z-opc.h
index 04e15595b3876279877b43a69d86ae1d12ae8b5e..8f60d4bd6ccd4812147d98995d442eb1bed2edbd 100644 (file)
@@ -1,5 +1,5 @@
 /* s12z-dis.h -- Header file for s12z-dis.c and s12z-decode.c
-   Copyright (C) 2019 Free Software Foundation, Inc.
+   Copyright (C) 2019-2020 Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
 
 
 #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.025207 seconds and 4 git commands to generate.