mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-30 13:26:10 +08:00
Simplify and more reliable 64-bit retpop initialization (prevents wrongly read in @<n> of 32-bit .def to get outputed to processed .def
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@2923 4407c894-4637-0410-b4f5-ada5f102cad1
This commit is contained in:
parent
16d99358a9
commit
85bd6895f0
@ -694,6 +694,9 @@ dump_def (void)
|
||||
}
|
||||
}
|
||||
|
||||
if (exp->be64)
|
||||
exp->retpop = 0;
|
||||
|
||||
if (exp->retpop != (uint32_t) -1 && !exp->be64)
|
||||
{
|
||||
if (exp->name[0]=='?')
|
||||
|
Loading…
Reference in New Issue
Block a user