summaryrefslogtreecommitdiff
path: root/packages/amunits
diff options
context:
space:
mode:
authorkaroly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-12-24 05:00:08 +0000
committerkaroly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-12-24 05:00:08 +0000
commitd4d80a510ca77465214cd0cf6ce8351289e74d98 (patch)
tree50b2a85dd7a722863580b073c551c2432cd44212 /packages/amunits
parentf4e2d2b2c7d531635f59d3fceeb161022ecf90e1 (diff)
downloadfpc-d4d80a510ca77465214cd0cf6ce8351289e74d98.tar.gz
amunits: fixed CreateCxObj argument locations in commodities
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@32702 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/amunits')
-rw-r--r--packages/amunits/src/coreunits/commodities.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/amunits/src/coreunits/commodities.pas b/packages/amunits/src/coreunits/commodities.pas
index 8018d33da7..e8d498e548 100644
--- a/packages/amunits/src/coreunits/commodities.pas
+++ b/packages/amunits/src/coreunits/commodities.pas
@@ -234,7 +234,7 @@ FUNCTION ActivateCxObj(co : pCxObj location 'a0'; tru : LONGINT location 'd0') :
PROCEDURE AddIEvents(events : pInputEvent location 'a0'); syscall CxBase 180;
PROCEDURE AttachCxObj(headObj : pCxObj location 'a0'; co : pCxObj location 'a1'); syscall CxBase 084;
PROCEDURE ClearCxObjError(co : pCxObj location 'a0'); syscall CxBase 072;
-FUNCTION CreateCxObj(typ : ULONG location 'd0'; arg1 : LONGINT location 'a1'; arg2 : LONGINT location 'a2') : pCxObj; syscall CxBase 030;
+FUNCTION CreateCxObj(typ : ULONG location 'd0'; arg1 : LONGINT location 'a0'; arg2 : LONGINT location 'a1') : pCxObj; syscall CxBase 030;
FUNCTION CxBroker(nb : pNewBroker location 'a0'; error : pCxObj location 'd0') : pCxObj; syscall CxBase 036;
FUNCTION CxMsgData(cxm : pCxMsg location 'a0') : POINTER; syscall CxBase 144;
FUNCTION CxMsgID(cxm : pCxMsg location 'a0') : LONGINT; syscall CxBase 150;