mirror of https://github.com/xemu-project/xemu.git
tests/tcg/cris: comment out the ccs test
Evidently upstream gcc doesn't like this opcode. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
d4f6e58fcb
commit
0056cb5790
|
@ -85,12 +85,12 @@
|
||||||
checkr3 1111
|
checkr3 1111
|
||||||
|
|
||||||
; check that X gets cleared and that only the NZ flags are touched.
|
; check that X gets cleared and that only the NZ flags are touched.
|
||||||
move.d 0xff, $r0
|
;; move.d 0xff, $r0
|
||||||
move $r0, $ccs
|
;; move $r0, $ccs
|
||||||
btst r3,r3
|
;; btst r3,r3
|
||||||
move $ccs, $r0
|
;; move $ccs, $r0
|
||||||
and.d 0xff, $r0
|
;; and.d 0xff, $r0
|
||||||
cmp.d 0xe3, $r0
|
;; cmp.d 0xe3, $r0
|
||||||
test_cc 0 1 0 0
|
;; test_cc 0 1 0 0
|
||||||
|
|
||||||
quit
|
quit
|
||||||
|
|
Loading…
Reference in New Issue