| Index: crosstest/test_icmp.cpp
|
| diff --git a/crosstest/test_icmp.cpp b/crosstest/test_icmp.cpp
|
| index b74abceb7a274cf3b4bffc76842758ff8541625c..5ca2c46bfb32cafc95796fae4e83babb3dc025fb 100644
|
| --- a/crosstest/test_icmp.cpp
|
| +++ b/crosstest/test_icmp.cpp
|
| @@ -28,7 +28,7 @@ ICMP_U_TABLE
|
| #undef X
|
|
|
| #define X(cmp, op) \
|
| - bool icmp##cmp(int8_t a, int8_t b) { return a op b; } \
|
| + bool icmp##cmp(myint8_t a, myint8_t b) { return a op b; } \
|
| bool icmp##cmp(int16_t a, int16_t b) { return a op b; } \
|
| bool icmp##cmp(int32_t a, int32_t b) { return a op b; } \
|
| bool icmp##cmp(int64_t a, int64_t b) { return a op b; } \
|
|
|