Skip to content

Commit

Permalink
Not super confident in this one, but it matches what gcc produces better
Browse files Browse the repository at this point in the history
  • Loading branch information
braddr committed Mar 10, 2011
1 parent 3bcbe3c commit b90e32b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backend/dwarf.c
Expand Up @@ -1283,8 +1283,7 @@ void dwarf_func_term(Symbol *sfunc)
debug_loc_buf->write32(funcoffset + 3);
dwarf_addrel(debug_loc_seg, debug_loc_buf->size(), seg);
debug_loc_buf->write32(funcoffset + sfunc->Ssize);
//debug_loc_buf->write32(0x08750002);
debug_loc_buf->write32(0x00750002);
debug_loc_buf->write32(0x08750002);

debug_loc_buf->write32(0); // 2 words of 0 end it
debug_loc_buf->write32(0);
Expand Down

0 comments on commit b90e32b

Please sign in to comment.