mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
improve error message
This commit is contained in:
parent
ef8c70c7af
commit
ef74226993
@ -532,7 +532,7 @@ static void WrappedCallPragma (StrBuf* B)
|
||||
/* Skip the following comma */
|
||||
if (!GetComma (B)) {
|
||||
/* Error already flagged by GetComma */
|
||||
Error ("Value required for wrapped-call identifier");
|
||||
Error ("Value or the word 'bank' required for wrapped-call identifier");
|
||||
goto ExitPoint;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user