diff --git a/src/ca65/error.c b/src/ca65/error.c index 7e1457964..78941b5c2 100644 --- a/src/ca65/error.c +++ b/src/ca65/error.c @@ -148,7 +148,7 @@ static void AddNotifications (const Collection* LineInfos) break; case LI_TYPE_MACRO: - Msg = "Macro was defined here"; + Msg = "Expanded from macro here"; break; case LI_TYPE_MACPARAM: diff --git a/test/asm/listing/ref/010-paramcount.err2-ref b/test/asm/listing/ref/010-paramcount.err2-ref index 304c9de61..fee657dbf 100644 --- a/test/asm/listing/ref/010-paramcount.err2-ref +++ b/test/asm/listing/ref/010-paramcount.err2-ref @@ -1,9 +1,9 @@ 010-paramcount.s:18: Warning: User warning: r1 is blank! -010-paramcount.s:14: Note: Macro was defined here -010-paramcount.s:8: Note: Macro was defined here +010-paramcount.s:14: Note: Expanded from macro here +010-paramcount.s:8: Note: Expanded from macro here 010-paramcount.s:19: Warning: User warning: r1 is blank! -010-paramcount.s:14: Note: Macro was defined here -010-paramcount.s:8: Note: Macro was defined here +010-paramcount.s:14: Note: Expanded from macro here +010-paramcount.s:8: Note: Expanded from macro here 010-paramcount.s:20: Warning: User warning: r1 is blank! -010-paramcount.s:14: Note: Macro was defined here -010-paramcount.s:8: Note: Macro was defined here +010-paramcount.s:14: Note: Expanded from macro here +010-paramcount.s:8: Note: Expanded from macro here