Commit 02a1602e62a7edc010130bc58f1be7ec1669af06
1 parent
a5954d5c
added cpu_smm_update()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2173 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
4 additions
and
0 deletions
linux-user/main.c
... | ... | @@ -122,6 +122,10 @@ int64_t cpu_get_real_ticks(void) |
122 | 122 | /***********************************************************/ |
123 | 123 | /* CPUX86 core interface */ |
124 | 124 | |
125 | +void cpu_smm_update(CPUState *env) | |
126 | +{ | |
127 | +} | |
128 | + | |
125 | 129 | uint64_t cpu_get_tsc(CPUX86State *env) |
126 | 130 | { |
127 | 131 | return cpu_get_real_ticks(); | ... | ... |