mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
Merge branch 'fix/winedump_loop' into 'master'
Avoid the for-loop be optimized out See merge request wine/wine!6780
This commit is contained in:
commit
5cd2aaeccd
1 changed files with 3 additions and 3 deletions
|
@ -2779,9 +2779,9 @@ typedef struct OMFSourceFile
|
|||
{
|
||||
unsigned short cSeg;
|
||||
unsigned short reserved;
|
||||
unsigned int baseSrcLn[1];
|
||||
unsigned short cFName;
|
||||
char Name;
|
||||
unsigned int baseSrcLn[];
|
||||
/* unsigned short cFName; */
|
||||
/* char Name; */
|
||||
} OMFSourceFile;
|
||||
|
||||
typedef struct OMFSourceModule
|
||||
|
|
Loading…
Reference in a new issue