[NTOSKRNL] KiConvertToGuiThread() "accesses memory in an unpredictable fashion".

svn path=/trunk/; revision=45615
This commit is contained in:
Dmitry Gorbachev 2010-02-18 23:25:12 +00:00
parent 3d50158647
commit 1337cbf945

View file

@ -714,7 +714,7 @@ KiConvertToGuiThread(VOID)
"movl %%eax, %0\n"
: "=r"(Result), "=r"(StackFrame)
:
: "%esp", "%ecx", "%edx"
: "%esp", "%ecx", "%edx", "memory"
);
return Result;