qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 11/13] tests/tcg/cris: comment out the ccs test


From: Alex Bennée
Subject: [Qemu-devel] [RFC PATCH 11/13] tests/tcg/cris: comment out the ccs test
Date: Mon, 10 Dec 2018 15:28:27 +0000

Evidently upstream gcc doesn't like this opcode.

Signed-off-by: Alex Bennée <address@hidden>
---
 tests/tcg/cris/system/check_btst.s | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/tests/tcg/cris/system/check_btst.s 
b/tests/tcg/cris/system/check_btst.s
index e39fc8f4d6..485deb2006 100644
--- a/tests/tcg/cris/system/check_btst.s
+++ b/tests/tcg/cris/system/check_btst.s
@@ -85,12 +85,12 @@
  checkr3 1111
 
  ; check that X gets cleared and that only the NZ flags are touched.
- move.d        0xff, $r0
- move $r0, $ccs
- btst r3,r3
- move $ccs, $r0
- and.d 0xff, $r0
- cmp.d 0xe3, $r0
- test_cc 0 1 0 0
+ ;; move.d     0xff, $r0
+ ;; move $r0, $ccs
+ ;; btst r3,r3
+ ;; move $ccs, $r0
+ ;; and.d 0xff, $r0
+ ;; cmp.d      0xe3, $r0
+ ;; test_cc 0 1 0 0
 
  quit
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]