summaryrefslogtreecommitdiff
path: root/asm/directiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/directiv.c')
-rw-r--r--asm/directiv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/directiv.c b/asm/directiv.c
index 68a74a12..89750c8c 100644
--- a/asm/directiv.c
+++ b/asm/directiv.c
@@ -399,6 +399,7 @@ bool process_directives(char *directive)
"in pass two");
in_absolute = true;
location.segment = NO_SEG;
+ location.offset = absolute.offset;
break;
}