diff options
Diffstat (limited to 'instructions.go')
-rw-r--r-- | instructions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instructions.go b/instructions.go index c852ec4..b9b918a 100644 --- a/instructions.go +++ b/instructions.go @@ -563,7 +563,7 @@ instruction_param_loop: } if instrParam.MacroForbidden && isMacro { - rejectedError := fmt.Errorf("\t[Rejected] Param Type %v: This instruction cannot be used with this set of params inside of a macro\n", paramType, err) + rejectedError := fmt.Errorf("\t[Rejected] This instruction cannot be used with this set of params inside of a macro\n") if rejectedErrors == nil { rejectedErrors = rejectedError } else { |