mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 09:30:21 +02:00
* another compilation fix
git-svn-id: trunk@38211 -
This commit is contained in:
parent
66d180187a
commit
efef9125b5
@ -528,7 +528,7 @@ implementation
|
|||||||
const
|
const
|
||||||
{ invalid sizes for aarch64 are 0 }
|
{ invalid sizes for aarch64 are 0 }
|
||||||
subreg2bytesize: array[TSubRegister] of byte =
|
subreg2bytesize: array[TSubRegister] of byte =
|
||||||
(0,0,0,0,4,8,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0);
|
(0,0,0,0,4,8,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0);
|
||||||
var
|
var
|
||||||
scalefactor: byte;
|
scalefactor: byte;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user