disable debug trap

This commit is contained in:
Joel Dice 2009-08-11 09:40:54 -06:00
parent 8ac06d8a47
commit 83b0a217e0

View File

@ -5025,7 +5025,7 @@ finish(MyThread* t, Allocator* allocator, Context* context)
(&byteArrayBody(t, methodSpec(t, context->method), 0)));
// for debugging:
if (//false and
if (false and
strcmp
(reinterpret_cast<const char*>
(&byteArrayBody(t, className(t, methodClass(t, context->method)), 0)),