Browse Source

* fixed the passing of the extended floating type parameters on i8086 after r24761

git-svn-id: trunk@24766 -
nickysn 12 năm trước cách đây
mục cha
commit
75451181c9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      compiler/i8086/cpupara.pas

+ 2 - 2
compiler/i8086/cpupara.pas

@@ -516,8 +516,8 @@ unit cpupara;
                       end
                     else
                       begin
-                        { We can allocate at maximum 32 bits per location }
-                        if paralen>sizeof(aint) then
+                        { We can allocate at maximum 16 bits per location }
+                        if paralen>=sizeof(aint) then
                           begin
                             l:=sizeof(aint);
                             paraloc^.def:=uinttype;