commit | 5e077a77670d36975cc0dc885d2e9d9f67ab14c1 | [log] [tgz] |
---|---|---|
author | Thomas Huth <huth@tuxfamily.org> | Thu Dec 21 13:29:39 2023 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Jan 05 16:20:15 2024 +0100 |
tree | 4d16dbf33dbb4c5bf2d2a47bb582df23ba66eca3 | |
parent | cb50fc6842bf95b4e3bc1faa2a56bf7987ea6491 [diff] |
hw/m68k/mcf5206: Embed m5206_timer_state in m5206_mbar_state There's no need to explicitely allocate the memory here, we can simply embed it into the m5206_mbar_state instead. Signed-off-by: Thomas Huth <huth@tuxfamily.org> Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231221122939.11001-1-huth@tuxfamily.org>