mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
improve error message
This commit is contained in:
@@ -532,7 +532,7 @@ static void WrappedCallPragma (StrBuf* B)
|
|||||||
/* Skip the following comma */
|
/* Skip the following comma */
|
||||||
if (!GetComma (B)) {
|
if (!GetComma (B)) {
|
||||||
/* Error already flagged by GetComma */
|
/* 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;
|
goto ExitPoint;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user