mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Adjustments in response to latest comments
This commit is contained in:
parent
4c05c46cd1
commit
219b239a34
@ -517,7 +517,7 @@ static void WrappedCallPragma (StrBuf* B)
|
||||
} else {
|
||||
|
||||
/* Segment name is invalid */
|
||||
Error ("Wrapped-call target does not exist or is not a function or array");
|
||||
Error ("Wrapped-call target does not exist or is not a function");
|
||||
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
!!DESCRIPTION!! trampoline pragma
|
||||
!!DESCRIPTION!! wrapped-call pragma used for trampolines
|
||||
!!ORIGIN!! cc65 regression tests
|
||||
!!LICENCE!! Public Domain
|
||||
!!AUTHOR!! Lauri Kasanen
|
||||
|
Loading…
x
Reference in New Issue
Block a user