diff options
author | Max Filippov | 2012-12-05 04:15:25 +0100 |
---|---|---|
committer | Blue Swirl | 2012-12-08 19:48:26 +0100 |
commit | efdfac94f48f8589a0d60b650c7bed989a341eaa (patch) | |
tree | 0bbe54bfc436838dd56bf919709ba28cb0834f6c /tests/tcg/xtensa/macros.inc | |
parent | target-xtensa: implement MISC SR (diff) | |
download | qemu-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.inc | 2 |
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 |