mirror of https://github.com/xemu-project/xemu.git
lpc: Update qemu_chr_new call arguments
This commit is contained in:
parent
28dd7de81d
commit
fc559b1aed
hw/xbox
|
@ -196,7 +196,7 @@ static void lpc47m157_realize(DeviceState *dev, Error **errp)
|
|||
if (chr == NULL) {
|
||||
char name[5];
|
||||
snprintf(name, sizeof(name), "ser%d", i);
|
||||
chr = qemu_chr_new(name, "null");
|
||||
chr = qemu_chr_new(name, "null", NULL);
|
||||
}
|
||||
|
||||
SerialState *ss = &s->serial[i].state;
|
||||
|
|
Loading…
Reference in New Issue