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 ad6d718 commit 52e1968Copy full SHA for 52e1968
1 file changed
src/core/modules/memory/memory_function.cpp
@@ -176,7 +176,6 @@ CFunction::CFunction(unsigned long ulAddr, Convention_t eCallingConvention,
176
m_eCallingConvention = eCallingConvention;
177
m_iCallingConvention = iCallingConvention;
178
m_pCallingConvention = NULL;
179
- m_oCallingConvention = object();
180
181
// We didn't allocate the calling convention, someone else is responsible for it.
182
m_bAllocatedCallingConvention = false;
0 commit comments