Explorar o código

* 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 %!s(int64=7) %!d(string=hai) anos
pai
achega
91707deba7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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