File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
gen_input/templates/interp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ typename vm_base<ARCH>::virt_addr_t vm_impl<ARCH>::execute_inst(finish_cond_e co
377377 inst_id = instr_descr[inst_index].op;
378378
379379 // pre execution stuff
380- this->core.reg.last_branch = 0 ;
380+ this->core.reg.last_branch = 0 ;
381381 if(this->sync_exec && PRE_SYNC) this->do_sync(PRE_SYNC, static_cast<unsigned>(inst_id));
382382 try{
383383 switch(inst_id){<%instructions.eachWithIndex{instr, idx -> %>
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ typename vm_base<ARCH>::virt_addr_t vm_impl<ARCH>::execute_inst(finish_cond_e co
335335 inst_id = instr_descr[inst_index].op ;
336336
337337 // pre execution stuff
338- this ->core .reg .last_branch = 0 ;
338+ this ->core .reg .last_branch = 0 ;
339339 if (this ->sync_exec && PRE_SYNC) this ->do_sync (PRE_SYNC, static_cast <unsigned >(inst_id));
340340 try {
341341 switch (inst_id){
You can’t perform that action at this time.
0 commit comments