Skip to content

Commit

Permalink
More fixed formating
Browse files Browse the repository at this point in the history
  • Loading branch information
mariospaok4 committed Dec 9, 2024
1 parent 870f65c commit fbf3b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/riscv64/mangle.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ insert_push_all_registers(dcontext_t *dcontext, clean_call_info_t *cci,
opnd_create_reg(DR_REG_A0)));
}

dstack_offs += 2*XSP_SZ;
dstack_offs += 2 * XSP_SZ;
/*
* End of FORTH copyrighted section
*/
Expand Down

0 comments on commit fbf3b85

Please sign in to comment.