mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
20 lines
414 B
ArmAsm
20 lines
414 B
ArmAsm
#include <ndk/asm.h>
|
|
.intel_syntax noprefix
|
|
|
|
/*
|
|
* On x86, Shrinker, an executable compressor, depends on the
|
|
* "call access_resource" instruction being there.
|
|
*/
|
|
.globl _LdrAccessResource@16
|
|
_LdrAccessResource@16:
|
|
push ebp
|
|
mov ebp, esp
|
|
sub esp, 4
|
|
push [ebp + 24]
|
|
push [ebp + 20]
|
|
push [ebp + 16]
|
|
push [ebp + 12]
|
|
push [ebp + 8]
|
|
call _LdrpAccessResource@16
|
|
leave
|
|
ret 16
|