mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 16:30:26 +00:00
created, replace apchelp.asm
svn path=/trunk/; revision=295
This commit is contained in:
parent
a1c0b9b92a
commit
49d35cfc27
1 changed files with 12 additions and 0 deletions
12
reactos/ntoskrnl/ke/apchelp.c
Normal file
12
reactos/ntoskrnl/ke/apchelp.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
void KeApcProlog(void);
|
||||
__asm__("\n\t.global _KeApcProlog\n\t"
|
||||
"_KeApcProlog:\n\t"
|
||||
"pusha\n\t"
|
||||
"pushl %eax\n\t"
|
||||
"call _KeApcProlog2\n\t"
|
||||
"popl %eax\n\t"
|
||||
"popa\n\t"
|
||||
"popl %eax\n\t"
|
||||
"iret\n\t");
|
||||
|
Loading…
Reference in a new issue