mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-21 12:54:30 +02:00
Really fix the 8086 issue!
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1337 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
4d7fc0f7ed
commit
c10f276c46
@ -203,11 +203,11 @@ reloc_call_int19_handler:
|
||||
cli
|
||||
nextitem: lodsb
|
||||
mov di,ax
|
||||
%ifdef I86
|
||||
shl di,1
|
||||
shl di,1
|
||||
%else
|
||||
%if XCPU >= 186
|
||||
shl di,2
|
||||
%else
|
||||
shl di,1
|
||||
shl di,1
|
||||
%endif
|
||||
movsw
|
||||
movsw
|
||||
|
Loading…
x
Reference in New Issue
Block a user