Adjustments in response to latest comments
This commit is contained in:
@@ -68,7 +68,7 @@ struct FuncDesc {
|
|||||||
unsigned ParamSize; /* Size of the parameters */
|
unsigned ParamSize; /* Size of the parameters */
|
||||||
struct SymEntry* LastParam; /* Pointer to last parameter */
|
struct SymEntry* LastParam; /* Pointer to last parameter */
|
||||||
struct SymEntry* WrappedCall; /* Pointer to the WrappedCall */
|
struct SymEntry* WrappedCall; /* Pointer to the WrappedCall */
|
||||||
unsigned char WrappedCallData; /* The WrappedCall's user data */
|
unsigned char WrappedCallData;/* The WrappedCall's user data */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -517,7 +517,7 @@ static void WrappedCallPragma (StrBuf* B)
|
|||||||
} else {
|
} else {
|
||||||
|
|
||||||
/* Segment name is invalid */
|
/* 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
|
!!ORIGIN!! cc65 regression tests
|
||||||
!!LICENCE!! Public Domain
|
!!LICENCE!! Public Domain
|
||||||
!!AUTHOR!! Lauri Kasanen
|
!!AUTHOR!! Lauri Kasanen
|
||||||
|
|||||||
Reference in New Issue
Block a user