m68k: use correct variable name in boot info string macro
commit23f0a6c80d9dc05508a9c63e29e9ded905186099
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 25 Jun 2022 15:23:18 +0000 (25 17:23 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 6 Jul 2022 10:29:59 +0000 (6 12:29 +0200)
tree2ae1bd866e32c3b3368e49d8c909c9f57079e024
parent180c2f24d5e8eada41e012a3899d29bb695aae06
m68k: use correct variable name in boot info string macro

Every time this macro is used, the caller is passing in
"parameters_base", so this bug wasn't spotted. But the actual macro
variable name is "base", so use that instead.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20220625152318.120849-1-Jason@zx2c4.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/m68k/bootinfo.h