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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [or1ksim/] [cpu/] [or32/] [execute.c] - Diff between revs 1471 and 1482

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

Rev 1471 Rev 1482
Line 279... Line 279...
    }
    }
    break_just_hit = 0;
    break_just_hit = 0;
  }
  }
 
 
  breakpoint = 0;
  breakpoint = 0;
 
  cpu_state.iqueue.insn_addr = cpu_state.pc;
 
  cpu_state.iqueue.insn = eval_insn (cpu_state.pc, &breakpoint);
 
 
  /* Fetch instruction. */
  /* Fetch instruction. */
  if (!except_pending)
  if (!except_pending)
    runtime.cpu.instructions++;
    runtime.cpu.instructions++;
  cpu_state.iqueue.insn_addr = cpu_state.pc;
 
  cpu_state.iqueue.insn = eval_insn (cpu_state.pc, &breakpoint);
 
 
 
  /* update_pc will be called after execution */
  /* update_pc will be called after execution */
 
 
  return 0;
  return 0;
}
}

powered by: WebSVN 2.1.0

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