Skip to content
Snippets Groups Projects
Commit d5d6e933 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-03-22 11:26:03 by simonm]

raise# now prints "uncaught exception" if it finds a STOP_FRAME.
parent 375c33b1
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: Updates.hc,v 1.10 1999/03/18 17:57:24 simonm Exp $
* $Id: Updates.hc,v 1.11 1999/03/22 11:26:03 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -640,7 +640,7 @@ FN_(raisezh_fast)
break;
case STOP_FRAME:
barf("raisezh_fast: STOP_FRAME");
barf("uncaught exception");
default:
barf("raisezh_fast: weird activation record");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment