summaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorChristian Borntraeger <borntraeger@de.ibm.com>2014-03-17 17:13:12 +0100
committerAndreas Färber <afaerber@suse.de>2014-03-19 19:47:15 +0100
commitc01a71c1a56fa27f43449ff59e5d03b2483658a2 (patch)
treee133875b655d07888128cb695f42299e6acdba5d /vl.c
parentec864874bd1c1e13c82f4096fd3957d26c70a680 (diff)
downloadqemu-c01a71c1a56fa27f43449ff59e5d03b2483658a2.tar.gz
exec: Fix CPU rework fallout
Commit 259186a7d2f7184efc96ae99bc5658e6159f53ad (cpu: Move halted and interrupt_request fields to CPUState) passed CPUState::env_ptr to tlb_flush() directory rather than through a typed variable. Commit 00c8cb0a36f51a6866a83c08962d12a0eb21864b (cputlb: Change tlb_flush() argument to CPUState) now changed the argument type. This was unnoticed by gcc because env_ptr is a void pointer. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'vl.c')
0 files changed, 0 insertions, 0 deletions