summaryrefslogtreecommitdiffstats
path: root/tests/tcg/xtensa/macros.inc
diff options
context:
space:
mode:
authorMax Filippov2012-12-05 04:15:25 +0100
committerBlue Swirl2012-12-08 19:48:26 +0100
commitefdfac94f48f8589a0d60b650c7bed989a341eaa (patch)
tree0bbe54bfc436838dd56bf919709ba28cb0834f6c /tests/tcg/xtensa/macros.inc
parenttarget-xtensa: implement MISC SR (diff)
downloadqemu-efdfac94f48f8589a0d60b650c7bed989a341eaa.tar.gz
qemu-efdfac94f48f8589a0d60b650c7bed989a341eaa.tar.xz
qemu-efdfac94f48f8589a0d60b650c7bed989a341eaa.zip
target-xtensa: add SR accessibility unit tests
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tests/tcg/xtensa/macros.inc')
-rw-r--r--tests/tcg/xtensa/macros.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/xtensa/macros.inc b/tests/tcg/xtensa/macros.inc
index 23bf3e96c8..c9be1ce516 100644
--- a/tests/tcg/xtensa/macros.inc
+++ b/tests/tcg/xtensa/macros.inc
@@ -1,7 +1,7 @@
.macro test_suite name
.data
status: .word result
-result: .space 20
+result: .space 256
.text
.global main
.align 4