diff --git a/src/compiler.cpp b/src/compiler.cpp index 6936575bd4..9ef5968078 100644 --- a/src/compiler.cpp +++ b/src/compiler.cpp @@ -2264,7 +2264,7 @@ appendBoundsCheck(Context* c, Value* object, unsigned lengthOffset, Value* index, intptr_t handler) { if (DebugAppend) { - fprintf(stderr, "appendLocal\n"); + fprintf(stderr, "appendBoundsCheck\n"); } new (c->zone->allocate(sizeof(BoundsCheckEvent))) BoundsCheckEvent