Browse Source

* fixed ppc compilation error

Jonas Maebe 21 years ago
parent
commit
ed8e0bd27c
1 changed files with 7 additions and 1 deletions
  1. 7 1
      ide/fpregs.pas

+ 7 - 1
ide/fpregs.pas

@@ -138,6 +138,9 @@ uses
   GDBCon,GDBInt,
   App,Menus,
   WViews,WEditor,
+{$ifdef powerpc}
+  wutils, { for inttostr }
+{$endif powerpc}
   FPConst,FPVars,
   FPString,
   FPDebug;
@@ -1055,7 +1058,10 @@ end.
 
 {
   $Log$
-  Revision 1.2  2002-12-16 15:51:13  pierre
+  Revision 1.3  2004-02-06 21:34:43  jonas
+    * fixed ppc compilation error
+
+  Revision 1.2  2002/12/16 15:51:13  pierre
    * added unknown cpu register windows
 
   Revision 1.1  2002/12/12 00:01:59  pierre