--- parser3/src/main/pa_exception.C 2001/03/19 17:42:16 1.9 +++ parser3/src/main/pa_exception.C 2001/09/26 10:32:26 1.16 @@ -2,10 +2,9 @@ Parser: exception class. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_exception.C,v 1.9 2001/03/19 17:42:16 paf Exp $ + $Id: pa_exception.C,v 1.16 2001/09/26 10:32:26 parser Exp $ */ #include @@ -17,6 +16,7 @@ void Exception::_throw(const String *atype, const String *acode, const String *aproblem_source, const char *comment_fmt, ...) const { + //_asm int 3; ftype=atype; fcode=acode; fproblem_source=aproblem_source;