From dd01b7ca8bb01a8649d7f8140bfd25f3d9d4174d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Tue, 23 May 2017 21:13:00 +0000 Subject: [PATCH] fix a typo to hopefully fix the build git-svn-id: trunk@36312 - --- compiler/ngenutil.pas | 2 +- compiler/optloadmodifystore.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/ngenutil.pas b/compiler/ngenutil.pas index dbea0a3c1a..f88744f31c 100644 --- a/compiler/ngenutil.pas +++ b/compiler/ngenutil.pas @@ -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; diff --git a/compiler/optloadmodifystore.pas b/compiler/optloadmodifystore.pas index b423933900..4ffa0b0e91 100644 --- a/compiler/optloadmodifystore.pas +++ b/compiler/optloadmodifystore.pas @@ -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}