cc: TUSHORT -> TRUNE for lstring constats for OUSED
This commit is contained in:
parent
b33f4c0301
commit
99ddc5b097
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ nextinit(void)
|
|||
a->cstring++;
|
||||
}
|
||||
if(a->op == OLSTRING) {
|
||||
b->vconst = convvtox(*a->rstring, TUSHORT);
|
||||
b->vconst = convvtox(*a->rstring, TRUNE);
|
||||
a->rstring++;
|
||||
}
|
||||
a->type->width -= b->type->width;
|
||||
|
|
Loading…
Reference in a new issue