mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-10 23:10:36 +00:00
- throw a useful exception when a VM abort occurs, the simple enum was incapable of reporting anything more than the barest minimum, which at least for array index out of bounds errors was insufficient. The current exception mechanism is still insufficient. It really has to report a proper crash location and print a stack trace to the maximum extent possible. Instead it just prints a message and happily goes on. This is not a good solution. |
||
---|---|---|
.. | ||
codegen.cpp | ||
codegen.h |