diff --git a/src/parser.c b/src/parser.c index dd7a761..8b59239 100644 --- a/src/parser.c +++ b/src/parser.c @@ -102,7 +102,6 @@ a64inst_instruction *parser(char asmLine[]){ int operandCount = 0; const char *operandList[4]; tokeniseOperands(operands, &operandCount, operandList); - renameAliases(&opcode, &operandList); }