Chromium Code Reviews| Index: src/gdb-jit.cc |
| diff --git a/src/gdb-jit.cc b/src/gdb-jit.cc |
| index 90937842500634254436ec4daa282c8b4d9189ce..51895f03ecc19823f16bb3fecbfe5d7506a5f146 100644 |
| --- a/src/gdb-jit.cc |
| +++ b/src/gdb-jit.cc |
| @@ -1094,6 +1094,8 @@ class DebugInfoSection : public DebugSection { |
| UNIMPLEMENTED(); |
| #elif V8_TARGET_ARCH_MIPS |
| UNIMPLEMENTED(); |
| +#elif V8_TARGET_ARCH_MIPS64 |
| + UNIMPLEMENTED(); |
| #else |
| #error Unsupported target architecture. |
| #endif |