From fbd77464eaa41636456a3e129010133b84c26913 Mon Sep 17 00:00:00 2001 From: PQCraft <0456523@gmail.com> Date: Thu, 20 Jul 2023 17:28:11 -0400 Subject: [PATCH] tools/cxbe: Removed unneeded comment from Xbe.h:175 // Old value was 8 which caused problems // For example, $$XTIMAGE and $$XSIMAGE are 9 bytes long not including null --- tools/cxbe/Xbe.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/cxbe/Xbe.h b/tools/cxbe/Xbe.h index 34205b1b7..10a050eb6 100644 --- a/tools/cxbe/Xbe.h +++ b/tools/cxbe/Xbe.h @@ -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