Evan Haas e761e0ac18 translate-c: wrap switch statements in a while (true) loop
This allows `break` statements to be directly translated from the original C.
Add a break statement as the last statement of the while loop to ensure we
don't have an infinite loop if no breaks / returns are hit in the switch.

Fixes #8387
2021-04-13 11:45:03 -07:00
..
2021-04-11 10:19:36 +02:00
2020-10-31 12:21:49 +02:00
2021-04-10 23:20:06 -04:00