Skip to content

Commit

Permalink
add comment on #else branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Nov 27, 2014
1 parent 26fd7e3 commit a5dc8b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/dwarf.c
Expand Up @@ -1226,6 +1226,7 @@ void dwarf_func_term(Symbol *sfunc)
infobuf->write32(debug_loc_buf->size());
}
#else
// 64-bit DWARF relocations don't work for OSX64 codegen
infobuf->write32(debug_loc_buf->size());
#endif

Expand Down

0 comments on commit a5dc8b8

Please sign in to comment.