We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b7f30 commit c125c6fCopy full SHA for c125c6f
src/thirdparty/DynamicHooks/include/conventions/x86MsFastcall.cpp
@@ -98,7 +98,7 @@ int x86MsFastcall::GetPopSize()
98
{
99
int iPopSize = 0;
100
101
- for(unsigned int i=2; i <= m_vecArgTypes.size() - 1; i++)
+ for(unsigned int i=2; i < m_vecArgTypes.size(); i++)
102
103
iPopSize += GetDataTypeSize(m_vecArgTypes[i], m_iAlignment);
104
}
0 commit comments