URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1525 |
Rev 1526 |
Line 905... |
Line 905... |
* here */
|
* here */
|
if((or32_opcodes[insn_index].func_unit != it_exception) && !delay_insn)
|
if((or32_opcodes[insn_index].func_unit != it_exception) && !delay_insn)
|
gen_op_do_sched(opq, 1);
|
gen_op_do_sched(opq, 1);
|
}
|
}
|
|
|
/* rec_page is a physical address */
|
/* Recompiles the page associated with *dyn */
|
void recompile_page(struct dyn_page *dyn)
|
void recompile_page(struct dyn_page *dyn)
|
{
|
{
|
unsigned int j;
|
unsigned int j;
|
struct op_queue *opq = cpu_state.opqs;
|
struct op_queue *opq = cpu_state.opqs;
|
oraddr_t rec_addr = dyn->or_page;
|
oraddr_t rec_addr = dyn->or_page;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.