فهرست منبع

* fixed compilation

git-svn-id: trunk@1418 -
florian 20 سال پیش
والد
کامیت
0308048768
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compiler/arm/aoptcpu.pas

+ 1 - 1
compiler/arm/aoptcpu.pas

@@ -28,7 +28,7 @@ Unit aoptcpu;
 
 Interface
 
-uses cpubase, aoptobj, aoptcpub;
+uses cpubase, aopt, aoptcpub;
 
 Type
   TCpuAsmOptimizer = class(TAsmOptimizer)