From e5a557ac01a775df64ae8149c5fe7d503f46a92f Mon Sep 17 00:00:00 2001 From: John Darrington Date: Fri, 12 Apr 2019 18:39:01 +0200 Subject: S12Z: opcodes: Replace "operator" with "optr". opcodes/ * s12z-dis.c, s12z-opc.c, s12z-opc.h: Replace operator with optr. --- opcodes/s12z-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/s12z-dis.c') 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. -- cgit v1.1