update template for changed code generator

This commit is contained in:
Eyck Jentzsch 2022-05-18 19:10:34 +02:00
parent 1438f0f373
commit df16378605
2 changed files with 615 additions and 523 deletions

View File

@ -314,11 +314,9 @@ typename vm_base<ARCH>::virt_addr_t vm_impl<ARCH>::execute_inst(finish_cond_e co
<%}}%>// calculate next pc value
*NEXT_PC = *PC + ${instr.length/8};
// execute instruction
try {
<%instr.behavior.eachLine{%>${it}
<%}%>} catch(...){}
}
break;<%}%>
<%}%>TRAP_${instr.name}:break;
}// @suppress("No break at end of case")<%}%>
default: {
*NEXT_PC = *PC + ((instr & 3) == 3 ? 4 : 2);
raise(0, 2);

File diff suppressed because it is too large Load Diff