diff options
Diffstat (limited to 'hw/etraxfs.c')
-rw-r--r-- | hw/etraxfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/etraxfs.c b/hw/etraxfs.c index 7937e48ef4..2f7f3695c5 100644 --- a/hw/etraxfs.c +++ b/hw/etraxfs.c @@ -157,7 +157,7 @@ void bareetraxfs_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; |