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:
Bart Oldeman 2007-06-17 21:23:12 +00:00
parent 4d7fc0f7ed
commit c10f276c46

View File

@ -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