K 10 svn:author V 3 mav K 8 svn:date V 27 2012-10-26T16:32:20.806499Z K 7 svn:log V 360 Fix loader crash when some unhalted exception happens during `include` command execution. In case of such unhandled exception, vmReset() inside ficlExecC() flushes the VM state. Attempt to return back to Forth after that cause garbage dereference with unexpected results. To avoid that situation call vmThrow() directly instead of expecting Forth to do it. END