Преглед на файлове

* changed the registers, used by the 'register' calling convention on i8086 to
ax,dx,bx instead of ax,dx,cx, because that makes it more compatible with
Borland C++ 3.1's _fastcall calling convention

git-svn-id: trunk@38783 -

nickysn преди 7 години
родител
ревизия
91707deba7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      compiler/i8086/cpupara.pas

+ 1 - 1
compiler/i8086/cpupara.pas

@@ -72,7 +72,7 @@ unit cpupara;
        defutil;
 
       const
-        parasupregs : array[0..2] of tsuperregister = (RS_AX,RS_DX,RS_CX);
+        parasupregs : array[0..2] of tsuperregister = (RS_AX,RS_DX,RS_BX);
 
 {****************************************************************************
                                 tcpuparamanager