Browse Source

+ added aarch64 support

git-svn-id: trunk@29946 -
Jonas Maebe 10 years ago
parent
commit
9521905102
1 changed files with 7 additions and 0 deletions
  1. 7 0
      tests/tbs/tb0072.pp

+ 7 - 0
tests/tbs/tb0072.pp

@@ -59,6 +59,13 @@ asm
   move $t2,y
 end;
 {$endif CPUMIPS}
+{$ifdef CPUAARCH64}
+{$define SUPPORTED}
+asm
+  mov w2, x
+  mov w3, y
+end;
+{$endif CPUAARCH64}
 {$ifndef SUPPORTED}
 asm
 end;