mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
created, replace apchelp.asm
svn path=/trunk/; revision=295
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user