Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/DebugEngine.DebugInfo.pas
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ interface
NumberOfSegments: Byte; // Number of segments.
NumberOfUnits: Word; // Number of units.
NumberOfSymbols: DWORD; // Number of Symbols.
NumberOfSourceLocations: Word; // Number of source locations.
NumberOfSourceLocations: DWORD; // Number of source locations.
OffsetToUnits: Cardinal; // Offset from header to first unit struct (TSMapUnit).
OffsetToSymbols: Cardinal; // Offset from header to first symbol struct (TSMapSymbol).
OffsetToSourceLocations: Cardinal; // Offset from header to first source location struct (TSMapSourceLocation).
Expand Down