mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 07:19:26 +02:00
* m68k: fixed the last remaining warning and removed "$WARNINGS OFF" directive.
git-svn-id: trunk@28176 -
This commit is contained in:
parent
e4fea2ebc8
commit
df60309d96
@ -19,7 +19,6 @@
|
||||
|
||||
****************************************************************************
|
||||
}
|
||||
{$WARNINGS OFF}
|
||||
unit cgcpu;
|
||||
|
||||
{$i fpcdefs.inc}
|
||||
@ -245,6 +244,7 @@ unit cgcpu;
|
||||
address_regs: array of TSuperRegister;
|
||||
begin
|
||||
inherited init_register_allocators;
|
||||
address_regs:=nil;
|
||||
rg[R_INTREGISTER]:=trgcpu.create(R_INTREGISTER,R_SUBWHOLE,
|
||||
[RS_D0,RS_D1,RS_D2,RS_D3,RS_D4,RS_D5,RS_D6,RS_D7],
|
||||
first_int_imreg,[]);
|
||||
|
Loading…
Reference in New Issue
Block a user