aboutsummaryrefslogtreecommitdiff
path: root/macros.go
diff options
context:
space:
mode:
Diffstat (limited to 'macros.go')
-rw-r--r--macros.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.go b/macros.go
index e08562c..30ab64a 100644
--- a/macros.go
+++ b/macros.go
@@ -173,7 +173,7 @@ func MacroParse(
if err != nil {
return err
}
- new_instructions, err := secondPass("MACRO$"+definedMacroName, macroContent, offset, state)
+ new_instructions, err := secondPass("MACRO$"+definedMacroName, macroContent, 0, state)
if err != nil {
return err
}