Change divide error message text pursuant to the RBIL

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1094 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Luchezar Georgiev 2005-01-11 09:10:58 +00:00
parent 4fda42aafc
commit 51e7674e84
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ cpm_error: mov al,0
; ;
; interrupt zero divide handler: ; interrupt zero divide handler:
; print a message 'Interrupt divide error' ; print a message 'Divide error'
; Terminate the current process ; Terminate the current process
; ;
; VOID INRPT far ; VOID INRPT far
@ -138,7 +138,7 @@ hex_loop:
jae hex_loop jae hex_loop
ret ret
divide_error_message db 0dh,0ah,'Interrupt divide error, stack:',0dh,0ah,0 divide_error_message db 0dh,0ah,'Divide error, stack:',0dh,0ah,0
global reloc_call_int0_handler global reloc_call_int0_handler
reloc_call_int0_handler: reloc_call_int0_handler: