Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Dec 18, 2023
1 parent 93be8bc commit c7136e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/macho.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ void write_macho(CC *cc) {
int64_t offset = 0;
size = 0;

(void)offset; // TODO: why is this needed?

// log(cc, "--> Outputing Mach-O executable\n", offset);

// log(cc, "\tmach_header_64: %i\n", offset);
Expand Down

0 comments on commit c7136e7

Please sign in to comment.