mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-23 05:44:41 +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
|
cli
|
||||||
nextitem: lodsb
|
nextitem: lodsb
|
||||||
mov di,ax
|
mov di,ax
|
||||||
%ifdef I86
|
%if XCPU >= 186
|
||||||
shl di,1
|
|
||||||
shl di,1
|
|
||||||
%else
|
|
||||||
shl di,2
|
shl di,2
|
||||||
|
%else
|
||||||
|
shl di,1
|
||||||
|
shl di,1
|
||||||
%endif
|
%endif
|
||||||
movsw
|
movsw
|
||||||
movsw
|
movsw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user