1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

improve error message

This commit is contained in:
mrdudz 2021-05-11 13:37:53 +02:00
parent ef8c70c7af
commit ef74226993

View File

@ -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;
}