mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Fixed printing of integer incoming values in DEBUG mode.
This commit is contained in:
parent
9f70036004
commit
93bf68110b
@ -656,7 +656,7 @@ unbox_jsval(jsval v, uint8 t, double* slot)
|
||||
verbose_only(printf("int != tag%d(value=%d) ", JSVAL_TAG(v), v);)
|
||||
return false;
|
||||
}
|
||||
verbose_only(printf("int<%d> ", i);)
|
||||
verbose_only(printf("int<%d> ", *(jsint*)slot);)
|
||||
return true;
|
||||
}
|
||||
if (type == JSVAL_DOUBLE) {
|
||||
|
Loading…
Reference in New Issue
Block a user