]> Git Repo - qemu.git/blobdiff - hw/axis_dev88.c
rom loader: fix sparc -kernel boot.
[qemu.git] / hw / axis_dev88.c
index d6f14bcd2a1028b9ec6c03b8a51588024db4ce70..1a6664957a098f6977880e4f035f3b5435d90236 100644 (file)
@@ -365,7 +365,7 @@ void axisdev88_init (ram_addr_t ram_size,
             /* Let the kernel know we are modifying the cmdline.  */
             env->regs[10] = 0x87109563;
             env->regs[11] = 0x40000000;
-            pstrcpy_targphys(env->regs[11], 256, kernel_cmdline);
+            pstrcpy_targphys("cmdline", env->regs[11], 256, kernel_cmdline);
         }
     }
     env->pc = bootstrap_pc;
This page took 0.022819 seconds and 4 git commands to generate.