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:
Kai Tietz 2010-07-22 10:18:52 +00:00
parent 16d99358a9
commit 85bd6895f0

View File

@ -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]=='?')