URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [or1ksim/] [cpu/] [or1k/] [except.c] - Diff between revs 1452 and 1473
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1452 |
Rev 1473 |
Line 77... |
Line 77... |
* during an instruction and the scheduler needs to get run. */
|
* during an instruction and the scheduler needs to get run. */
|
int immu_ex_from_insn = 0;
|
int immu_ex_from_insn = 0;
|
#endif
|
#endif
|
|
|
/* Asserts OR1K exception. */
|
/* Asserts OR1K exception. */
|
|
/* WARNING: Don't excpect except_handle to return. Sometimes it _may_ return at
|
|
* other times it may not. */
|
void except_handle(oraddr_t except, oraddr_t ea)
|
void except_handle(oraddr_t except, oraddr_t ea)
|
{
|
{
|
oraddr_t except_vector;
|
oraddr_t except_vector;
|
|
|
if(debug_ignore_exception (except))
|
if(debug_ignore_exception (except))
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.