[Pdbg] [PATCH v2 07/19] libpdbg: Register fake drivers with fake backend
Alistair Popple
alistair at popple.id.au
Thu Apr 9 12:24:16 AEST 2020
Reviewed-by: Alistair Popple <alistair at popple.id.au>
On Tuesday, 7 April 2020 4:16:01 PM AEST Amitay Isaacs wrote:
> Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
> ---
> libpdbg/fake.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/libpdbg/fake.c b/libpdbg/fake.c
> index ae02463..64925d4 100644
> --- a/libpdbg/fake.c
> +++ b/libpdbg/fake.c
> @@ -90,8 +90,8 @@ DECLARE_HW_UNIT(fake_thread);
> __attribute__((constructor))
> static void register_fake(void)
> {
> - pdbg_hwunit_register(PDBG_DEFAULT_BACKEND, &fake_fsi_hw_unit);
> - pdbg_hwunit_register(PDBG_DEFAULT_BACKEND, &fake_pib_hw_unit);
> - pdbg_hwunit_register(PDBG_DEFAULT_BACKEND, &fake_core_hw_unit);
> - pdbg_hwunit_register(PDBG_DEFAULT_BACKEND, &fake_thread_hw_unit);
> + pdbg_hwunit_register(PDBG_BACKEND_FAKE, &fake_fsi_hw_unit);
> + pdbg_hwunit_register(PDBG_BACKEND_FAKE, &fake_pib_hw_unit);
> + pdbg_hwunit_register(PDBG_BACKEND_FAKE, &fake_core_hw_unit);
> + pdbg_hwunit_register(PDBG_BACKEND_FAKE, &fake_thread_hw_unit);
> }
More information about the Pdbg
mailing list