diff options
Diffstat (limited to 'hw/axis_dev88.c')
-rw-r--r-- | hw/axis_dev88.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/axis_dev88.c b/hw/axis_dev88.c index d6f14bcd2a..1a6664957a 100644 --- a/hw/axis_dev88.c +++ b/hw/axis_dev88.c @@ -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; |