mirror of https://github.com/xemu-project/xemu.git
![]() The Error ** argument must be NULL, &error_abort, &error_fatal, or a
pointer to a variable containing NULL. Passing an argument of the
latter kind twice without clearing it in between is wrong: if the
first call sets an error, it no longer points to NULL for the second
create_cps() is wrong that way. The last calls treats an error as
fatal. Do that for the prior ones, too.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile.objs | ||
addr.c | ||
boston.c | ||
cps.c | ||
gt64xxx_pci.c | ||
mips_fulong2e.c | ||
mips_int.c | ||
mips_jazz.c | ||
mips_malta.c | ||
mips_mipssim.c | ||
mips_r4k.c | ||
trace-events |