summaryrefslogtreecommitdiff
path: root/opcodes/s12z-opc.h
diff options
context:
space:
mode:
authorJohn Darrington <john@darrington.wattle.id.au>2019-04-12 18:39:01 +0200
committerJohn Darrington <john@darrington.wattle.id.au>2019-04-12 18:39:01 +0200
commite5a557ac01a775df64ae8149c5fe7d503f46a92f (patch)
tree4cd52589d63c0e79e2b1ec9ba49fe70095041f89 /opcodes/s12z-opc.h
parentd04ebfb8178e56bdcbf925ec0ed55cf14488e3fb (diff)
downloadbinutils-gdb-e5a557ac01a775df64ae8149c5fe7d503f46a92f.tar.gz
S12Z: opcodes: Replace "operator" with "optr".
opcodes/ * s12z-dis.c, s12z-opc.c, s12z-opc.h: Replace operator with optr.
Diffstat (limited to 'opcodes/s12z-opc.h')
-rw-r--r--opcodes/s12z-opc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/s12z-opc.h b/opcodes/s12z-opc.h
index 186a7f29c3f..04e15595b38 100644
--- a/opcodes/s12z-opc.h
+++ b/opcodes/s12z-opc.h
@@ -34,7 +34,7 @@ struct mem_read_abstraction_base
/* Machine code operators.
These *roughly* correspond to opcodes.
But describe their purpose rather than their form. */
-enum operator
+enum optr
{
OP_INVALID = 0,
@@ -259,7 +259,7 @@ struct memory_operand
It is the responsibility of the caller to free all operands
when they are no longer needed.
Returns the number of bytes read. */
-int decode_s12z (enum operator *myoperator, short *osize,
+int decode_s12z (enum optr *myoperator, short *osize,
int *n_operands, struct operand **operands,
struct mem_read_abstraction_base *);