]> Git Repo - qemu.git/blobdiff - hw/arm_sysctl.c
ARM reabbot support (orginal patch by Aurelien Jarno).
[qemu.git] / hw / arm_sysctl.c
index e9de998a2a73a397d96c1029ba6bf42249727644..90ea76e714d9aafebf5b423dd423676b5d160a56 100644 (file)
@@ -149,7 +149,7 @@ static void arm_sysctl_write(void *opaque, target_phys_addr_t offset,
         if (s->lockval == LOCK_VALUE) {
             s->resetlevel = val;
             if (val & 0x100)
-                cpu_abort(cpu_single_env, "Board reset\n");
+                qemu_system_reset_request ();
         }
         break;
     case 0x44: /* PCICTL */
This page took 0.025047 seconds and 4 git commands to generate.