Make switch-statement work nicely with line tracing.
Previously, line tracing code could be generated before the case-statements and thus be ignored at best or rejected by the C compiler.
Showing
Please register or sign in to comment
Previously, line tracing code could be generated before the case-statements and thus be ignored at best or rejected by the C compiler.