Skip to content

Commit

Permalink
also add regular incbins to addr-to-line
Browse files Browse the repository at this point in the history
  • Loading branch information
randomdude999 committed Dec 7, 2023
1 parent 03279f4 commit fdcccf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/asar/assembleblock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2323,6 +2323,7 @@ void assembleblock(const char * block, int& single_line_for_tracker)
else
{
for (int i=start;i<end;i++) write1((unsigned int)data[i]);
add_addr_to_line(addrToLinePos);
}
}
else if (is("skip") || is("fill"))
Expand Down

0 comments on commit fdcccf1

Please sign in to comment.