OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_50/] [or1ksim/] [cpu/] [or1k/] [except.c] - Diff between revs 221 and 254

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 221 Rev 254
Line 159... Line 159...
                execute();
                execute();
        }
        }
#endif
#endif
 
 
        if (!(mfspr(SPR_SR) & SPR_SR_EXR)) {
        if (!(mfspr(SPR_SR) & SPR_SR_EXR)) {
                printf("ABORT: Exception occured while exception detection was disabled.\n");
                printf("ABORT: Exception 0x%x (%s) occured while exception detection was disabled.\n", except, EXCEPT_NAME(except));
                cont_run = 0;
                cont_run = 0;
                return;
                return;
        }
        }
 
 
        pc_saved = pc & ~0x3;
        pc_saved = pc & ~0x3;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.