Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1499 from WalterBright/dwarfeh
Browse files Browse the repository at this point in the history
fixes for reading EH info
  • Loading branch information
MartinNowak committed Feb 28, 2016
2 parents e5e6194 + 1453d88 commit ff4faa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt/dwarfeh.d
Expand Up @@ -603,7 +603,7 @@ LsdaResult scanLSDA(const(ubyte)* lsda, _Unwind_Ptr ip, _Unwind_Exception_Class

ubyte CallSiteFormat = *p++;

_Unwind_Ptr CallSiteTableSize = dw_pe_value(CallSiteFormat);
_Unwind_Ptr CallSiteTableSize = dw_pe_value(DW_EH_PE_uleb128);
///*printf(" CallSiteFormat = "); print_dw_pe(CallSiteFormat);*/ printf(" CallSiteTableSize = x%08llx\n", CallSiteTableSize);

//printf(" Call Site Table\n");
Expand Down

0 comments on commit ff4faa4

Please sign in to comment.