diff options
Diffstat (limited to 'macros.go')
-rw-r--r-- | macros.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |