aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-instruction.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-instruction.c')
-rw-r--r--gdb/python/py-instruction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/python/py-instruction.c b/gdb/python/py-instruction.c
index fda44da..374fb90 100644
--- a/gdb/python/py-instruction.c
+++ b/gdb/python/py-instruction.c
@@ -28,9 +28,9 @@ PyTypeObject py_insn_type = {
/* Python instruction object. */
-typedef struct {
+struct py_insn_obj {
PyObject_HEAD
-} py_insn_obj;
+};
/* Getter function for gdb.Instruction attributes. */