mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 00:10:51 +02:00
fix a typo to hopefully fix the build
git-svn-id: trunk@36312 -
This commit is contained in:
parent
c79342030e
commit
dd01b7ca8b
@ -109,7 +109,7 @@ interface
|
||||
class procedure insertbssdata(sym : tstaticvarsym); virtual;
|
||||
|
||||
class function create_main_procdef(const name: string; potype:tproctypeoption; ps: tprocsym):tdef; virtual;
|
||||
class procedure InsertInitFinalTable;;
|
||||
class procedure InsertInitFinalTable;
|
||||
protected
|
||||
class procedure InsertRuntimeInits(const prefix:string;list:TLinkedList;unitflag:cardinal); virtual;
|
||||
class procedure InsertRuntimeInitsTablesTable(const prefix,tablename:string;unitflag:cardinal); virtual;
|
||||
|
@ -25,7 +25,7 @@ unit optloadmodifystore;
|
||||
|
||||
{$i fpcdefs.inc}
|
||||
|
||||
{$if defined(i386) or defined(x86_64)}
|
||||
{$if defined(i386) or defined(x86_64) or defined(m68k)}
|
||||
{$define enable_shl_shr_assign_x_y}
|
||||
{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user