diff options
author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2013-06-02 14:35:29 +0000 |
---|---|---|
committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2013-06-02 14:35:29 +0000 |
commit | 8435f62195cb037076a47fb2966b987ca216af29 (patch) | |
tree | 933a8c57112fca26128adcd42c6d7fca1c203426 /compiler/paramgr.pas | |
parent | 5b029d155996d6c65bf76db877da465eaec9ef6e (diff) | |
download | fpc-8435f62195cb037076a47fb2966b987ca216af29.tar.gz |
* missing part of r24776, using a build server also has pitfalls :/
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24777 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/paramgr.pas')
-rw-r--r-- | compiler/paramgr.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/paramgr.pas b/compiler/paramgr.pas index 94d1bbc358..8ca4b330ba 100644 --- a/compiler/paramgr.pas +++ b/compiler/paramgr.pas @@ -617,7 +617,7 @@ implementation { no support for 128 bit ints -> tcgsize2orddef can't handle OS_(S)128 } else if restlen in [1,2,4,8] then - result:=cgsize_orddef(int_cgsize(paracgsize)) + result:=cgsize_orddef(int_cgsize(restlen)) else result:=getarraydef(u8inttype,restlen); end; |