mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
ed90af06f2
commit
cb5afb060e
@ -198,7 +198,7 @@ JS_STATIC_ASSERT(sizeof(TraceType) == 1);
|
|||||||
JS_STATIC_ASSERT(offsetof(TraceNativeStorage, stack_global_buf) % 16 == 0);
|
JS_STATIC_ASSERT(offsetof(TraceNativeStorage, stack_global_buf) % 16 == 0);
|
||||||
|
|
||||||
/* Map to translate a type tag into a printable representation. */
|
/* 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";
|
static const char tagChar[] = "OIDISIBI";
|
||||||
|
|
||||||
/* Blacklist parameters. */
|
/* Blacklist parameters. */
|
||||||
|
Loading…
Reference in New Issue
Block a user