mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 01:10:31 +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
|
||||
{ invalid sizes for aarch64 are 0 }
|
||||
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
|
||||
scalefactor: byte;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user