OSDN Git Service

mac_oldworld: Drop a variable, use get_system_memory() directly
authorBALATON Zoltan <balaton@eik.bme.hu>
Thu, 15 Oct 2020 23:47:17 +0000 (01:47 +0200)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 19 Oct 2020 07:11:21 +0000 (08:11 +0100)
commitc3481ab096f35d7fa1c2945b05e22bef280b235b
tree698b3400fdad6be0a7b308636ba4ba789f551e41
parent31a6f3534aba275aa9b3da21a58e79065ba865b5
mac_oldworld: Drop a variable, use get_system_memory() directly

Half of the occurances already use get_system_memory() directly
instead of sysmem variable, convert the two other uses to
get_system_memory() too which seems to be more common and drop the
variable.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <b4c714e03690deb6f94f80f7a5b2af47d90550ae.1602805637.git.balaton@eik.bme.hu>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/ppc/mac_oldworld.c