summaryrefslogtreecommitdiff
path: root/as/macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'as/macro.c')
-rw-r--r--as/macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/as/macro.c b/as/macro.c
index e6c1173..566c086 100644
--- a/as/macro.c
+++ b/as/macro.c
@@ -114,7 +114,7 @@ PUBLIC void pmacro()
else
symptr->type |= MACBIT;
symptr->data = UNDBIT; /* undefined till end */
- symptr->value_reg_or_op.value = (unsigned) heapptr;
+ symptr->value_reg_or_op.value = (offset_t) heapptr;
/* beginning of store for macro */
/* value s.b. (char *) */
getsym_nolookup(); /* test for "C" */