fix incorrect debug logging message

This commit is contained in:
Joel Dice 2008-05-31 19:40:18 -06:00
parent 7d1ed0da05
commit 2f3e1ea393

View File

@ -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