ntdll: Hint that call_entry_point is ARM assembler.

This commit is contained in:
André Hentschel 2013-04-04 22:11:03 +02:00 committed by Alexandre Julliard
parent c2bbdc4b86
commit b6fdba7873
1 changed files with 1 additions and 0 deletions

View File

@ -357,6 +357,7 @@ __ASM_GLOBAL_FUNC( call_entry_point,
"ret" )
#elif defined(__arm__)
__ASM_GLOBAL_FUNC( call_entry_point,
".arm\n\t"
"push {r4, r5, LR}\n\t"
"mov r4, r0\n\t"
"mov r5, SP\n\t"