mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
handle COMDAT symbols with non-zero section offset
This commit is contained in:
committed by
Ryan Fleury
parent
422829b196
commit
4c972c0fba
+2
-1
@@ -16,7 +16,8 @@ typedef struct LNK_LinkContext
|
||||
|
||||
// -- Image --------------------------------------------------------------------
|
||||
|
||||
#define LNK_REMOVED_SECTION_NUMBER (U16)-3
|
||||
#define LNK_REMOVED_SECTION_NUMBER_32 (U32)-3
|
||||
#define LNK_REMOVED_SECTION_NUMBER_16 (U16)-3
|
||||
|
||||
typedef struct LNK_ImageContext
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user