increase stack size

This commit is contained in:
van Hauser
2020-08-10 13:59:30 +02:00
parent 8428b18d2a
commit 3ecafde29d
3 changed files with 9 additions and 4 deletions

View File

@ -467,8 +467,8 @@ void read_bitmap(u8 *fname, u8 *map, size_t len) {
u64 get_cur_time(void) {
struct timeval tv;
struct timezone tz;
static struct timeval tv;
static struct timezone tz;
gettimeofday(&tv, &tz);