Chromium Code Reviews| Index: test/cctest/compiler/c-signature.h |
| diff --git a/test/cctest/compiler/c-signature.h b/test/cctest/compiler/c-signature.h |
| index 6a17a29856b421254b18ae1c416ad72ff45849c7..5a72c551ab7b5bb3523129963c51907ba94d1b8e 100644 |
| --- a/test/cctest/compiler/c-signature.h |
| +++ b/test/cctest/compiler/c-signature.h |
| @@ -13,7 +13,7 @@ namespace compiler { |
| #define FOREACH_CTYPE_MACHINE_TYPE_MAPPING(V) \ |
| V(void, kMachNone) \ |
| - V(bool, kMachBool) \ |
| + V(bool, kMachUint8) \ |
| V(int8_t, kMachInt8) \ |
| V(uint8_t, kMachUint8) \ |
| V(int16_t, kMachInt16) \ |