summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-06-16 21:43:46 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-06-16 21:43:46 +0000
commitaa54646160d36a15e8595df679c19ec44fe0e4f0 (patch)
tree6f994cee49ff8a0995a5cb353737e08419f26189
parent14a96e7b4e8f1059f77dc018d53d6bc0e4274496 (diff)
downloadfpc-aa54646160d36a15e8595df679c19ec44fe0e4f0.tar.gz
* building on powerpc and arm fixed
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42241 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--compiler/ncgmem.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ncgmem.pas b/compiler/ncgmem.pas
index a751625835..c590e7463f 100644
--- a/compiler/ncgmem.pas
+++ b/compiler/ncgmem.pas
@@ -1013,7 +1013,7 @@ implementation
begin
{$if defined(cpu64bitalu)}
hreg:=left.location.register;
-{$else defined(cpu64bitalu}}
+{$else defined(cpu64bitalu)}
if target_info.endian=endian_little then
begin
if location.reference.offset>3 then