From db2399f6195b0070e72364cf52f7b16e20b57be6 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh <aquynh@gmail.com> Date: Fri, 6 May 2016 21:33:45 +0800 Subject: [PATCH] cleanup kstool/test-all.sh --- kstool/test-all.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/kstool/test-all.sh b/kstool/test-all.sh index e6020e3..7b95537 100755 --- a/kstool/test-all.sh +++ b/kstool/test-all.sh @@ -90,10 +90,6 @@ kstool ppc32be "add 1, 2, 3" #encoding: [0x7c,0x22,0x1a,0x14] echo -#echo "::PPC LE" -#kstool ppc "add 1, 2, 3" -#echo - echo "::PPC64 LE" kstool ppc64 "add 1, 2, 3" #encoding: [0x14,0x1a,0x22,0x7c] @@ -103,9 +99,3 @@ echo "::PPC64 BE" kstool ppc64be "add 1, 2, 3" #encoding: [0x7c,0x22,0x1a,0x14] echo - - -#kstool arm64be "ldr w1, [spx, #0x8]" -#error: invalid operand for instruction -#ldr w1, [spx, #0x8] - -- GitLab