This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在CLA的汇编文件中总是会报这么一个警告:[E0004] Cannot redefine existing opcode 'EALLOW' with .define. Assembler ignoring .define.
虽然不影响运行,但怕有什么问题,总yi是报在一些无关紧要的地方:
你好,参考下工程师的回复:
According to the error ...
[E0004] Cannot redefine existing opcode 'EALLOW' with .define. Assembler ignoring .define.
A line similar to this one appears in the assembly code.
.define "another_name", EALLOW
Such a line, if allowed, redefines the instruction mnemonic EALLOW. It is clear that no such line is present. But the error diagnostic is issued anyway. Because I don't know why that happens, I need a test case which allows me to reproduce it. Without that test case, there no way to advance the issue.