Correct segment for int21_handler to call for ctrl-c.

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@707 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2003-09-23 22:33:45 +00:00
parent a7a6a51adf
commit 9fd4a67e1d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
extern _user_r:wrt DGROUP
extern _break_flg:wrt DGROUP ; break detected flag
extern _int21_handler:wrt LGROUP ; far call system services
extern _int21_handler:wrt DGROUP ; far call system services
%include "stacks.inc"