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

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 181 to Rev 182
    Reverse comparison

Rev 181 → Rev 182

/trunk/or1ksim/cpu/or1k/except.c
65,6 → 65,16
static unsigned long delayed_pcnext = 0;
static int delayed_pc_valid = 0;
 
void ClearPreparedPCState()
{
delayed_pc_valid = 0;
}
 
/* This routine is never called if the cpu is not stalled...
i.e. cpu_stalled == 0. _execute_update_pc is called
directly in that case. This routine exists to sort out
the difference between a single step break and a full
software break. */
void PrepareExceptionPC(unsigned long t_pc,unsigned long t_pcnext)
{
/* If a real exception occurred which has stalled

powered by: WebSVN 2.1.0

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