Browse Source

* fixed compilation for arm targets.

git-svn-id: trunk@7729 -
yury 18 years ago
parent
commit
ff3bd9fa6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/arm/cputarg.pas

+ 1 - 1
compiler/arm/cputarg.pas

@@ -51,7 +51,7 @@ implementation
       ,t_nds
       ,t_nds
     {$endif}
     {$endif}
     {$ifndef NOTARGETEMBEDDED}
     {$ifndef NOTARGETEMBEDDED}
-      ,t_embedded
+      ,t_embed
     {$endif}
     {$endif}
 
 
 {**************************************
 {**************************************