| Index: crosstest/test_icmp.h
|
| diff --git a/crosstest/test_icmp.h b/crosstest/test_icmp.h
|
| index 52a9f2236636983d1cdddaed81f83a7717f2bf3c..8a264d06efcb0266ade951dcb9bc50d45890a47b 100644
|
| --- a/crosstest/test_icmp.h
|
| +++ b/crosstest/test_icmp.h
|
| @@ -28,7 +28,7 @@ ICMP_U_TABLE
|
| #undef X
|
|
|
| #define X(cmp, op) \
|
| - bool icmp##cmp(int8_t a, int8_t b); \
|
| + bool icmp##cmp(myint8_t a, myint8_t b); \
|
| bool icmp##cmp(int16_t a, int16_t b); \
|
| bool icmp##cmp(int32_t a, int32_t b); \
|
| bool icmp##cmp(int64_t a, int64_t b); \
|
|
|