Chromium Code Reviews| Index: src/builtins/builtins.h |
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
| index e2568882916ab5069cbe749a7be22b451d8fb2f8..fa8a7e457c2e9b7f68f000ef7a50d9d4ed746966 100644 |
| --- a/src/builtins/builtins.h |
| +++ b/src/builtins/builtins.h |
| @@ -886,7 +886,7 @@ class Builtins { |
| // Disassembler support. |
| const char* Lookup(byte* pc); |
| - enum Name { |
| + enum Name : int32_t { |
|
Tobias Tebbi
2017/03/02 10:28:38
drive-by fix to recover the change from
https://c
Michael Starzinger
2017/03/02 16:38:35
Acknowledged.
|
| #define DEF_ENUM(Name, ...) k##Name, |
| BUILTIN_LIST_ALL(DEF_ENUM) |
| #undef DEF_ENUM |