| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to exception.c CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / i386c / ia32 | 
| version 1.1, 2003/12/08 00:55:31 | version 1.2, 2003/12/08 02:09:17 | 
|---|---|
| Line 153 exception(int num, int error_code) | Line 153 exception(int num, int error_code) | 
| INTERRUPT(num, FALSE, errorp, error_code); | INTERRUPT(num, FALSE, errorp, error_code); | 
| CPU_STAT_NERROR = 0; | CPU_STAT_NERROR = 0; | 
| #if defined(WIN32) | |
| longjmp(exec_1step_jmpbuf, 1); | |
| #else | |
| siglongjmp(exec_1step_jmpbuf, 1); | siglongjmp(exec_1step_jmpbuf, 1); | 
| #endif | |
| } | } | 
| /* | /* |