target/sh4: Use lookup_symbol in sh4_tr_disas_log
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 29 Sep 2021 13:03:16 +0000 (09:03 -0400)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 4 Oct 2021 07:47:26 +0000 (09:47 +0200)
commit196fb7ac7cb83f3b5547435f3b1d8b5bfaca35fb
treee4092971c2d5baf7dfcbed7b68daeba2e5e104ff
parent848dd26928e2f4ceb63d7de06dd0b5f5b55bbddd
target/sh4: Use lookup_symbol in sh4_tr_disas_log

The correct thing to do has been present but commented
out since the initial commit of the sh4 translator.

Fixes: fdf9b3e831e
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210929130316.121330-1-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/sh4/translate.c