]> git.proxmox.com Git - qemu.git/blobdiff - hw/dummy_m68k.c
user: Restore debug usage message for '-d ?' in user mode emulation
[qemu.git] / hw / dummy_m68k.c
index 9c9e6ff00938333483c153a6ba700cf786a5b043..eed9e3843c552e0201546abee2321fc3b7d40dcc 100644 (file)
@@ -3,11 +3,10 @@
  *
  * Copyright (c) 2007 CodeSourcery.
  *
- * This code is licenced under the GPL
+ * This code is licensed under the GPL
  */
 
 #include "hw.h"
-#include "sysemu.h"
 #include "boards.h"
 #include "loader.h"
 #include "elf.h"
@@ -39,7 +38,7 @@ static void dummy_m68k_init(ram_addr_t ram_size,
 
     /* RAM at address zero */
     cpu_register_physical_memory(0, ram_size,
-        qemu_ram_alloc(ram_size) | IO_MEM_RAM);
+        qemu_ram_alloc(NULL, "dummy_m68k.ram", ram_size) | IO_MEM_RAM);
 
     /* Load kernel.  */
     if (kernel_filename) {