]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
Fix endlessly growing try/catch stack when returning from run-loop
authorThomas Huth <huth@tuxfamily.org>
Sat, 26 Mar 2022 15:11:47 +0000 (16:11 +0100)
committerThomas Huth <huth@tuxfamily.org>
Sun, 17 Apr 2022 06:57:53 +0000 (08:57 +0200)
commitc9d107113bd3d0ab571663597f40b450d4e9d6c7
tree85c9516ea2fb893831dd618ba68491658f9c625b
parentca89692203db116ea8928c879e1de6ac8bb4bf59
Fix endlessly growing try/catch stack when returning from run-loop

... for the C implementations of this code (i.e. Hatari and Previous),
where STOPTRY has to be used before returning from within a TRY-CATCH block.
newcpu.cpp