diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-12-05 07:15:25 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-12-08 18:48:26 +0000 |
commit | efdfac94f48f8589a0d60b650c7bed989a341eaa (patch) | |
tree | 0bbe54bfc436838dd56bf919709ba28cb0834f6c /tests/tcg/xtensa/macros.inc | |
parent | b7909d81f7658f64bba0faed83e7c2fd6a52fcba (diff) |
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 |