| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index 8704cac703cd8f858bed4284bcedf3eae5c8858e..929446de1b47b833a8817ef141c70ba0ce23cd4e 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -48,6 +48,7 @@ namespace internal {
|
| // DBG: Builtin in platform-dependent assembly, used by the debugger.
|
| // Args: name
|
| #define BUILTIN_LIST(CPP, API, TFJ, TFS, ASM, ASH, DBG) \
|
| + ASM(Abort) \
|
| /* Handlers */ \
|
| ASM(KeyedLoadIC_Miss) \
|
| ASM(KeyedStoreIC_Miss) \
|
|
|