Re: [PATCH 1/4] hw/lm32/milkymist: Un-inline milkymist_memcard_create()

2020-07-06 Thread Alistair Francis
On Sun, Jul 5, 2020 at 2:13 PM Philippe Mathieu-Daudé wrote: > > As we will modify milkymist_memcard_create(), move it first > to the source file where it is used. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/lm32/milkymist-hw.h | 11

[PATCH 1/4] hw/lm32/milkymist: Un-inline milkymist_memcard_create()

2020-07-05 Thread Philippe Mathieu-Daudé
As we will modify milkymist_memcard_create(), move it first to the source file where it is used. Signed-off-by: Philippe Mathieu-Daudé --- hw/lm32/milkymist-hw.h | 11 --- hw/lm32/milkymist.c| 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git