unsigned ParamCount; /* Number of parameters */
unsigned ParamSize; /* Size of the parameters */
struct SymEntry* LastParam; /* Pointer to last parameter */
- struct SymEntry* WrappedCall; /* Pointer to the WrappedCall */
- unsigned char WrappedCallData; /* The WrappedCall's user data */
+ struct SymEntry* WrappedCall; /* Pointer to the WrappedCall */
+ unsigned char WrappedCallData;/* The WrappedCall's user data */
};
} 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");
}
/*
- !!DESCRIPTION!! trampoline pragma
+ !!DESCRIPTION!! wrapped-call pragma used for trampolines
!!ORIGIN!! cc65 regression tests
!!LICENCE!! Public Domain
!!AUTHOR!! Lauri Kasanen