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

WaE: variable 'stackptr' is uninitialized when used

üst 8c1e9c7d
......@@ -80,7 +80,7 @@ void callVirtualMethod(
if (! pAdjustedThisPtr) CPPU_CURRENT_NAMESPACE::dummy_can_throw_anything("xxx"); // address something
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