aboutsummaryrefslogtreecommitdiff
path: root/opcodes/s12z-dis.c
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-dis.c
parentd04ebfb8178e56bdcbf925ec0ed55cf14488e3fb (diff)
downloadgdb-e5a557ac01a775df64ae8149c5fe7d503f46a92f.zip
gdb-e5a557ac01a775df64ae8149c5fe7d503f46a92f.tar.gz
gdb-e5a557ac01a775df64ae8149c5fe7d503f46a92f.tar.bz2
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-dis.c')
-rw-r--r--opcodes/s12z-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/s12z-dis.c b/opcodes/s12z-dis.c
index d4d5fd7..6086f16 100644
--- a/opcodes/s12z-dis.c
+++ b/opcodes/s12z-dis.c
@@ -331,7 +331,7 @@ int
print_insn_s12z (bfd_vma memaddr, struct disassemble_info* info)
{
int o;
- enum operator operator = OP_INVALID;
+ enum optr operator = OP_INVALID;
int n_operands = 0;
/* The longest instruction in S12Z can have 6 operands.