Skip to content

Commit

Permalink
tools/cxbe: Removed unneeded comment from Xbe.h:175
Browse files Browse the repository at this point in the history
// Old value was 8 which caused problems
// For example, $$XTIMAGE and $$XSIMAGE are 9 bytes long not including null
  • Loading branch information
PQCraft committed Jul 28, 2023
1 parent f158849 commit fbd7746
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/cxbe/Xbe.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ class Xbe : public Error
} __attribute((packed)) * m_TLS;

// Xbe section names, each 255 bytes max and null terminated
// Old value was 8 which caused problems
// For example, $$XTIMAGE and $$XSIMAGE are 9 bytes long not including null
char (*m_szSectionName)[256];

// Xbe sections
Expand Down

0 comments on commit fbd7746

Please sign in to comment.