| Index: crosstest/test_arith.def
|
| diff --git a/crosstest/test_arith.def b/crosstest/test_arith.def
|
| index 488079d75133f8afa58cf1da6ac68d936e279341..698f30b7f89b4476401b165df68446a88462bb2a 100644
|
| --- a/crosstest/test_arith.def
|
| +++ b/crosstest/test_arith.def
|
| @@ -58,6 +58,7 @@
|
| #define INT_VALUE_ARRAY \
|
| { 0x0, 0x1, 0x7ffffffe, 0x7fffffff, \
|
| 0x80000000, 0x80000001, 0xfffffffe, 0xffffffff, \
|
| + 0x1e, 0x1f, 0x20, 0x21, 0x3e, 0x3f, 0x40, 0x41, \
|
| 0x7e, 0x7f, 0x80, 0x81, \
|
| 0xfe, 0xff, 0x100, 0x101, \
|
| 0x7ffe, 0x7fff, 0x8000, 0x8001, \
|
|
|