Fix typeChar array (used only in debug output) to match the TraceType enum values. No bug#. r=dvander over IRC.

This commit is contained in:
Jason Orendorff 2010-04-06 12:44:13 -05:00
parent ed90af06f2
commit cb5afb060e

View File

@ -198,7 +198,7 @@ JS_STATIC_ASSERT(sizeof(TraceType) == 1);
JS_STATIC_ASSERT(offsetof(TraceNativeStorage, stack_global_buf) % 16 == 0);
/* Map to translate a type tag into a printable representation. */
static const char typeChar[] = "OIDXSNBF";
static const char typeChar[] = "OIDXSNBUF";
static const char tagChar[] = "OIDISIBI";
/* Blacklist parameters. */