summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cc
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-10-06 05:20:00 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-10-06 05:20:00 +0200
commit99ddc5b0971c3ce0baddd667ea4c34c635c8e5ab (patch)
treec82b8bde455277979b1dd920b77ed69e70a56c6d /sys/src/cmd/cc
parentb33f4c030159ac9dfdf34cb0ba6ec64daf727c8c (diff)
cc: TUSHORT -> TRUNE for lstring constats for OUSED
Diffstat (limited to 'sys/src/cmd/cc')
-rw-r--r--sys/src/cmd/cc/dcl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/cc/dcl.c b/sys/src/cmd/cc/dcl.c
index f6c567669..4e6fd7775 100644
--- a/sys/src/cmd/cc/dcl.c
+++ b/sys/src/cmd/cc/dcl.c
@@ -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;