Index: crosstest/test_arith.h |
diff --git a/crosstest/test_arith.h b/crosstest/test_arith.h |
index 20591d560d3117a79f2a5f095126197a4cf0d39d..c9cd965cc1f64061610983bb47793a3d10cc0785 100644 |
--- a/crosstest/test_arith.h |
+++ b/crosstest/test_arith.h |
@@ -31,7 +31,7 @@ UINTOP_TABLE |
#define X(inst, op, isdiv) \ |
bool test##inst(bool a, bool b); \ |
- int8_t test##inst(int8_t a, int8_t b); \ |
+ myint8_t test##inst(myint8_t a, myint8_t b); \ |
int16_t test##inst(int16_t a, int16_t b); \ |
int32_t test##inst(int32_t a, int32_t b); \ |
int64_t test##inst(int64_t a, int64_t b); \ |