Skip to content

Commit

Permalink
Removed previous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-alvin committed Dec 19, 2024
1 parent c23a5ce commit 44ff998
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libjas/codegen.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ buffer_t codegen(enum modes mode, instruction_t *instr_arr, size_t arr_size, enu
free(section_ent.data);
free(pad);

//!! DO NOT try and modify these - Please dont spoof me through pointer arithmetic as well :)
const size_t label_table_size = label_get_size();
const label_t *label_table = label_get_table();

Expand Down

0 comments on commit 44ff998

Please sign in to comment.