mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
replaced by apchelp.c
svn path=/trunk/; revision=296
This commit is contained in:
parent
49d35cfc27
commit
7994f333ab
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
%include 'internal/i386/segment.inc'
|
||||
|
||||
BITS 32
|
||||
segment .text
|
||||
extern _KeApcProlog2
|
||||
|
||||
DECLARE_GLOBAL_SYMBOL KeApcProlog
|
||||
pushad
|
||||
push eax
|
||||
call _KeApcProlog2
|
||||
pop eax
|
||||
popad
|
||||
pop eax
|
||||
iretd
|
||||
|
Loading…
Reference in a new issue