File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 sudo apt-get install -q -y build-essential
2222 make clean config
2323 make check-snapshots || exit 1
24- make clean config ARCH=arm
24+ make distclean config ARCH=arm
2525 make check || exit 1
26- make clean config ARCH=riscv
26+ make distclean config ARCH=riscv
2727 make check || exit 1
2828
2929 host-arm :
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ void cfg_flatten()
107107
108108 for (fn_t * fn = FUNC_LIST .head ; fn ; fn = fn -> next ) {
109109 /* reserve stack */
110- ph2_ir_t * fflatten_ir = add_ph2_ir (OP_define );
110+ ph2_ir_t * flatten_ir = add_ph2_ir (OP_define );
111111 flatten_ir -> src0 = fn -> func -> stack_size ;
112112
113113 for (basic_block_t * bb = fn -> bbs ; bb ; bb = bb -> rpo_next ) {
You can’t perform that action at this time.
0 commit comments