0

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

Open Source Tools Support answered