summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-11-14 20:24:03 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-11-14 20:24:03 +0000
commitbf968123b2752b48fa71b35355badb37d74409a2 (patch)
treed1284e6417926048a0058a15198c70ded5712c45 /compiler
parentf69c4acb0f7dfbef40d82b02914f35386ac055cd (diff)
downloadfpc-bf968123b2752b48fa71b35355badb37d74409a2.tar.gz
* fixed compilation for non-ARM
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@5380 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler')
-rw-r--r--compiler/aoptobj.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/aoptobj.pas b/compiler/aoptobj.pas
index 78966e7a40..4d5e264cc6 100644
--- a/compiler/aoptobj.pas
+++ b/compiler/aoptobj.pas
@@ -1058,9 +1058,9 @@ Unit AoptObj;
GetNextInstruction(hp1, hp2) and
FindLabel(tasmlabel(taicpu(p).oper[0]^.ref^.symbol), hp2) then
begin
- if (taicpu(p).opcode=aopt_condjmp) and
+ if (taicpu(p).opcode=aopt_condjmp)
{$ifdef arm}
- (taicpu(p).condition<>C_None)
+ and (taicpu(p).condition<>C_None)
{$endif arm}
then
begin