mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
Changed what was thrown
This commit is contained in:
parent
81885e4456
commit
108922784d
@ -136,7 +136,7 @@ void ExecuteDeathFunction(const bool runInNewThread, int fatalChoice) {
|
||||
case 8: exitFunction = &OutOfBoundsArrayIndexing; break;
|
||||
case 9: exitFunction = &AccessViolation; break;
|
||||
case 10: exitFunction = &RaiseSIGABRTAndAccessViolation; break;
|
||||
case 11: throw 123456789; break;
|
||||
case 11: throw 1233210; break;
|
||||
default: break;
|
||||
}
|
||||
if (runInNewThread) {
|
||||
|
Loading…
Reference in New Issue
Block a user