replaced by apchelp.c

svn path=/trunk/; revision=296
This commit is contained in:
jean 1999-03-12 16:08:15 +00:00
parent 49d35cfc27
commit 7994f333ab

View file

@ -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