mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Fix typo.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4819 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
18be518729
commit
75f482aeed
1 changed files with 1 additions and 1 deletions
2
exec.c
2
exec.c
|
@ -463,7 +463,7 @@ static int cpu_common_load(QEMUFile *f, void *opaque, int version_id)
|
|||
return -EINVAL;
|
||||
|
||||
qemu_get_be32s(f, &env->halted);
|
||||
qemu_put_be32s(f, &env->interrupt_request);
|
||||
qemu_get_be32s(f, &env->interrupt_request);
|
||||
tlb_flush(env, 1);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue