Переглянути джерело

* 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;
        defutil;
 
 
       const
       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
                                 tcpuparamanager