Kaydet (Commit) 37b6a37a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix compilation for simulator

üst 07cf4a4a
......@@ -112,8 +112,6 @@ namespace arm
}
}
#endif
void MapReturn(sal_uInt32 r0, sal_uInt32 r1, typelib_TypeDescriptionReference * pReturnType, sal_uInt32* pRegisterReturn)
{
switch( pReturnType->eTypeClass )
......@@ -160,6 +158,8 @@ void MapReturn(sal_uInt32 r0, sal_uInt32 r1, typelib_TypeDescriptionReference *
}
}
#endif
namespace
{
......@@ -200,7 +200,7 @@ void callVirtualMethod(
#else
volatile long edx = 0, eax = 0; // for register returns
void * stackptr;
void * stackptr = 0;
asm volatile (
"mov %%esp, %6\n\t"
"mov %0, %%eax\n\t"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment