X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2Faarch64-asm.c;h=fc70ffcc7b6324fe8a174b0fd9ba9709a3fd2284;hb=dc1e8a474f904419abaa27da4be5b0f735a87255;hp=36f84e800ed5e12bfc62ee005e4ffe317a49dac4;hpb=e310298cf3fc02112ac0018260748828affa4061;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/aarch64-asm.c b/opcodes/aarch64-asm.c index 36f84e800e..fc70ffcc7b 100644 --- a/opcodes/aarch64-asm.c +++ b/opcodes/aarch64-asm.c @@ -1967,7 +1967,7 @@ convert_to_real (aarch64_inst *inst, const aarch64_opcode *real) break; } -convert_to_real_return: + convert_to_real_return: aarch64_replace_opcode (inst, real); } @@ -2099,7 +2099,7 @@ aarch64_opcode_encode (const aarch64_opcode *opcode, } -encoding_exit: + encoding_exit: DEBUG_TRACE ("exit with %s", opcode->name); *code = inst->value;