Explorar o código

+ added aarch64 support

git-svn-id: trunk@29946 -
Jonas Maebe %!s(int64=10) %!d(string=hai) anos
pai
achega
9521905102
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      tests/tbs/tb0072.pp

+ 7 - 0
tests/tbs/tb0072.pp

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