Index: src/builtins.cc |
=================================================================== |
--- src/builtins.cc (revision 929) |
+++ src/builtins.cc (working copy) |
@@ -615,6 +615,7 @@ |
static BuiltinDesc functions[] = { |
BUILTIN_LIST_C(DEF_FUNCTION_PTR_C) |
BUILTIN_LIST_A(DEF_FUNCTION_PTR_A) |
+ BUILTIN_LIST_DEBUG_A(DEF_FUNCTION_PTR_A) |
// Terminator: |
{ NULL, NULL, NULL, builtin_count, static_cast<Code::Flags>(0) } |
}; |