mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
return uncompressed size
This commit is contained in:
parent
951e98d268
commit
aedc975d9e
@ -89,5 +89,5 @@ unsigned long uncompress(char* buf, char* image)
|
||||
printf("Uncompressing kernel to %p", buf);
|
||||
gunzip();
|
||||
|
||||
return (unsigned long)output_data - (unsigned long)buf;
|
||||
return output_ptr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user