Check in proper version of Eric's patch.

This commit is contained in:
Jeff Johnston 2003-05-02 20:06:52 +00:00
parent c2ec76163e
commit ff524f6ce8

View File

@ -189,7 +189,7 @@ __sizemem ()
volatile unsigned int *probe; volatile unsigned int *probe;
unsigned int baseorig; unsigned int baseorig;
unsigned int sr; unsigned int sr;
extern void end[]; extern char end[];
char *endptr = (char *)&end; char *endptr = (char *)&end;
int extra; int extra;