* 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 -
This commit is contained in:
nickysn 2018-04-18 13:46:56 +00:00
parent 5056b29864
commit 91707deba7

View File

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