mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-26 11:32:23 -06:00
Fix period initialization
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
6f725c139a
commit
aea867478c
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ static struct {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
.period = { .ticks = 250 },
|
.period = { .hertz = 250 },
|
||||||
.plive = 0,
|
.plive = 0,
|
||||||
.log_to_monitor = 0,
|
.log_to_monitor = 0,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue