Skip to content

Commit

Permalink
complete todo remove
Browse files Browse the repository at this point in the history
  • Loading branch information
limdongjin committed Apr 6, 2019
1 parent 82f9638 commit b23999f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion state.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ bool assemble_pass1(State *state_store, char *asm_file_name) {

symbol->location_counter = location_counter;

// [TODO] symbol insert 테스트 필요
insert_symbol(state_store->symbol_table_state, symbol);
}
update_location_counter_by_format(&stmt, &location_counter);
Expand Down

0 comments on commit b23999f

Please sign in to comment.