On 6/1/10 8:41 AM, Peter Stuge wrote:
We don't want the value at *(number of bytes), which is what we'd get without the dereference.
Without the *reference* - right?
How about this then? Maybe both for start and size.
extern unsigned char _binary_smm_size[];
Might work... It would sure be nicer than the current solution. if you can verify it does work, a patch would be very much appreciated!
Stefan