mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Forgot to remove obsolete file
svn path=/trunk/; revision=869
This commit is contained in:
parent
ac7a3aa542
commit
c40b27bbc4
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
|
||||
void KeApcProlog(void);
|
||||
__asm__("\n\t.global _KeApcProlog\n\t"
|
||||
"_KeApcProlog:\n\t"
|
||||
"pusha\n\t"
|
||||
"call _KeApcProlog2\n\t"
|
||||
"popa\n\t"
|
||||
"iret\n\t");
|
||||
|
Loading…
Reference in a new issue