mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:29:18 +02:00
* bitpacked stuff fixed for x86-64
git-svn-id: trunk@5503 -
This commit is contained in:
parent
3b6d5c3676
commit
836dbad1b2
@ -1159,7 +1159,7 @@ unit cgx86;
|
|||||||
begin
|
begin
|
||||||
{$ifdef x86_64}
|
{$ifdef x86_64}
|
||||||
if (a and 63) <> 0 Then
|
if (a and 63) <> 0 Then
|
||||||
list.concat(taicpu.op_const_reg(TOpCG2AsmOp[op],TCgSize2OpSize[size],a and 31,reg));
|
list.concat(taicpu.op_const_reg(TOpCG2AsmOp[op],TCgSize2OpSize[size],a and 63,reg));
|
||||||
if (a shr 6) <> 0 Then
|
if (a shr 6) <> 0 Then
|
||||||
internalerror(200609073);
|
internalerror(200609073);
|
||||||
{$else x86_64}
|
{$else x86_64}
|
||||||
|
Loading…
Reference in New Issue
Block a user