mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 08:30:54 +02:00
* 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:
parent
5056b29864
commit
91707deba7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user