Chromium Code Reviews| Index: src/ia32/disasm-ia32.cc |
| =================================================================== |
| --- src/ia32/disasm-ia32.cc (revision 10282) |
| +++ src/ia32/disasm-ia32.cc (working copy) |
| @@ -462,6 +462,7 @@ |
| return 1; |
| } |
| UNREACHABLE(); |
| + return 1; |
|
Vyacheslav Egorov (Chromium)
2011/12/20 15:45:14
what kind of warning do you get here? this return
|
| } |