LLVM-RL78 clang assembler shows stack dump when wrong assembly code is written
LLVM-RL78 clang assembler shows stack dump when wrong assembly code is written
Hello support team,
I met a stack dump of LLVM-RL78 clang assembler as in the following screen copy when I wrote the following wrong assembly code. This isn’t so serious for me, but it seems to be better that such stack dump will be fixed.
WRONG CODE: –> This code causes a stack dump.
call _vTaskSwitchContext
CORRECT CODE: –> Of course, no problem.
call !!_vTaskSwitchContext
Best regards,
NoMaY
Dear NoMaY-san,
Thank you for reporting this issue.
We are aware that currently we are showing a stack dump in many cases where the assembler code is not correct. This is planned to be resolved in the next release.
__
Best regards,
The Open Source Tools Team
×