apisupt.asm is not necessary anymore.

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@194 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2001-04-15 02:23:43 +00:00
parent 7c122b0850
commit 3c89f5ae00
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,9 @@
; $Id$
;
; $Log$
; Revision 1.6 2001/04/15 02:23:43 bartoldeman
; apisupt.asm is not necessary anymore.
;
; Revision 1.5 2001/03/22 20:46:46 bartoldeman
; cli/sti corrections (Bart) and int25, 26 stack corrections (Tom)
;
@ -86,6 +89,7 @@
extern _usr_ss:wrt DGROUP
segment HMA_TEXT
%if 0
global _set_stack
;
; void set_stack(void) -
@ -176,3 +180,4 @@ _restore_stack:
popf
ret
%endif