Commit 86f8aef5 authored by Alexandre Julliard's avatar Alexandre Julliard

Use proper asm name for external functions.

parent adf48a3c
......@@ -371,7 +371,7 @@ __ASM_GLOBAL_FUNC( LdrAccessResource,
"pushl 16(%ebp)\n"
"pushl 12(%ebp)\n"
"pushl 8(%ebp)\n"
"call access_resource\n"
"call " __ASM_NAME("access_resource") "\n"
"leave\n"
"ret $16\n"
);
......
......@@ -1456,7 +1456,7 @@ __ASM_GLOBAL_FUNC( EXC_CallHandler,
" pushl 16(%ebp)\n"
" pushl 12(%ebp)\n"
" pushl 8(%ebp)\n"
" call call_exception_handler\n"
" call " __ASM_NAME("call_exception_handler") "\n"
" leave\n"
" ret\n"
);
......
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