mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:39:19 +02:00
m68k: removed the unused S_IQ opsize
This commit is contained in:
parent
0641ea33d1
commit
69761839c0
@ -50,7 +50,7 @@ interface
|
||||
|
||||
const
|
||||
gas_opsize2str : array[topsize] of string[2] =
|
||||
('','.b','.w','.l','.s','.d','.x','');
|
||||
('','.b','.w','.l','.s','.d','.x');
|
||||
|
||||
|
||||
implementation
|
||||
|
@ -156,7 +156,7 @@ unit cpubase;
|
||||
{ S_FS = single type (32 bit) }
|
||||
{ S_FD = double/64bit integer }
|
||||
{ S_FX = Extended type }
|
||||
topsize = (S_NO,S_B,S_W,S_L,S_FS,S_FD,S_FX,S_IQ);
|
||||
topsize = (S_NO,S_B,S_W,S_L,S_FS,S_FD,S_FX);
|
||||
|
||||
TOpSizes = set of topsize;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user