Re: [PATCH v2 19/20] disas/nanomips: Add struct keyword

2022-09-05 Thread Richard Henderson
On 9/5/22 10:55, Milica Lazarevic wrote: Changed the type of the table parameter in Disassemble function: - from const Pool * - to const struct Pool * Signed-off-by: Milica Lazarevic Reviewed-by: Thomas Huth --- disas/nanomips.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH v2 19/20] disas/nanomips: Add struct keyword

2022-09-05 Thread Milica Lazarevic
Changed the type of the table parameter in Disassemble function: - from const Pool * - to const struct Pool * Signed-off-by: Milica Lazarevic Reviewed-by: Thomas Huth --- disas/nanomips.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disas/nanomips.cpp