Commit 75f482aeeda361929262be918faf90fb75ab8e33

Authored by pbrook
1 parent 18be5187

Fix typo.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4819 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -463,7 +463,7 @@ static int cpu_common_load(QEMUFile *f, void *opaque, int version_id)
463 463 return -EINVAL;
464 464  
465 465 qemu_get_be32s(f, &env->halted);
466   - qemu_put_be32s(f, &env->interrupt_request);
  466 + qemu_get_be32s(f, &env->interrupt_request);
467 467 tlb_flush(env, 1);
468 468  
469 469 return 0;
... ...