summaryrefslogtreecommitdiff
path: root/as/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'as/table.c')
-rw-r--r--as/table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/as/table.c b/as/table.c
index 389ec9c..6cb5e8b 100644
--- a/as/table.c
+++ b/as/table.c
@@ -180,7 +180,7 @@ PUBLIC struct sym_s *lookup()
symptr->type = 0;
symptr->data = inidata;
symptr->length = length;
- symptr->value_reg_or_op.value = (unsigned) (symptr->next = NUL_PTR);
+ symptr->value_reg_or_op.value = (offset_t) (symptr->next = NUL_PTR);
heapptr = symptr->name;
do
*heapptr++ = *nameptr++;