Re: [PATCH 19/20] disas/nanomips: Add modifier static

2022-08-27 Thread Thomas Huth
On 15/08/2022 09.26, Milica Lazarevic wrote: Modifier static has been added to the remaining functions that shouldn't be used outside of the nanomips disassembler. Signed-off-by: Milica Lazarevic --- disas/nanomips.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-)

Re: [PATCH 19/20] disas/nanomips: Add modifier static

2022-08-18 Thread Milica Lazarevic
; berra...@redhat.com ; pbonz...@redhat.com ; vince.delvecc...@mediatek.com ; richard.hender...@linaro.org ; peter.mayd...@linaro.org ; Djordje Todorovic ; mips3...@gmail.com ; Dragan Mladjenovic Subject: Re: [PATCH 19/20] disas/nanomips: Add modifier static On 15/8/22 09:26, Milica Lazarevic

Re: [PATCH 19/20] disas/nanomips: Add modifier static

2022-08-15 Thread Philippe Mathieu-Daudé via
On 15/8/22 09:26, Milica Lazarevic wrote: Modifier static has been added to the remaining functions that shouldn't be used outside of the nanomips disassembler. Signed-off-by: Milica Lazarevic --- disas/nanomips.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 19/20] disas/nanomips: Add modifier static

2022-08-15 Thread Milica Lazarevic
Modifier static has been added to the remaining functions that shouldn't be used outside of the nanomips disassembler. Signed-off-by: Milica Lazarevic --- disas/nanomips.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/disas/nanomips.cpp b/disas/nanomips.cpp index