aboutsummaryrefslogtreecommitdiffstats
path: root/hw/android_arm.c
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-10-05 14:25:07 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-10-05 18:49:22 -0700
commitd0e2872813e1d37e8233befdfd13a4d6cb0d7431 (patch)
tree0ebcdef43b631022360eace1f3ddd878002bc635 /hw/android_arm.c
parent7dff581472947cb1b9fa63be0fb8b00c75fad762 (diff)
downloadexternal_qemu-d0e2872813e1d37e8233befdfd13a4d6cb0d7431.zip
external_qemu-d0e2872813e1d37e8233befdfd13a4d6cb0d7431.tar.gz
external_qemu-d0e2872813e1d37e8233befdfd13a4d6cb0d7431.tar.bz2
Fix snapshots
Change-Id: Ib3891704ece2cea0c5a80b468b2514e6c4d13216
Diffstat (limited to 'hw/android_arm.c')
-rw-r--r--hw/android_arm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/android_arm.c b/hw/android_arm.c
index 188051b..c93a4db 100644
--- a/hw/android_arm.c
+++ b/hw/android_arm.c
@@ -77,7 +77,6 @@ static void android_arm_init_(ram_addr_t ram_size,
cpu_model = "arm926";
env = cpu_init(cpu_model);
- register_savevm( "cpu", 0, ARM_CPU_SAVE_VERSION, cpu_save, cpu_load, env );
ram_offset = qemu_ram_alloc(NULL,"android_arm",ram_size);
cpu_register_physical_memory(0, ram_size, ram_offset | IO_MEM_RAM);