Skip to content

Commit 80034a3

Browse files
committed
updates interp VM template to follow clang-format rules
1 parent 74bb84e commit 80034a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gen_input/templates/interp/CORENAME.cpp.gtl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 -> %>

src/vm/interp/vm_tgc5c.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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){

0 commit comments

Comments
 (0)