Commit 0ede610c authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

LdrAccessResource should pop 16 bytes off the stack since it is a

WINAPI function.
parent c49f5f00
......@@ -373,7 +373,7 @@ __ASM_GLOBAL_FUNC( LdrAccessResource,
"pushl 8(%ebp)\n"
"call access_resource\n"
"leave\n"
"ret\n"
"ret $16\n"
);
#else
NTSTATUS WINAPI LdrAccessResource( HMODULE hmod, const IMAGE_RESOURCE_DATA_ENTRY *entry,
......
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