mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
added cpu_smm_update()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2173 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a5954d5c34
commit
02a1602e62
1 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,10 @@ int64_t cpu_get_real_ticks(void)
|
|||
/***********************************************************/
|
||||
/* CPUX86 core interface */
|
||||
|
||||
void cpu_smm_update(CPUState *env)
|
||||
{
|
||||
}
|
||||
|
||||
uint64_t cpu_get_tsc(CPUX86State *env)
|
||||
{
|
||||
return cpu_get_real_ticks();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue