Skip to content

Commit

Permalink
disas/nanomips: Remove IMMEDIATE functions
Browse files Browse the repository at this point in the history
Both versions of IMMEDIATE functions have been removed.

Before this patch, we'd been calling img_format twice, the first time
through the IMMEDIATE to get an appropriate string and the second time
to print that string. There's no more need for that. Therefore, calls to
IMMEDIATE are removed, and now we're directly printing the integer
values instead.

Signed-off-by: Milica Lazarevic <milica.lazarevic@syrmia.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220912122635.74032-17-milica.lazarevic@syrmia.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
  • Loading branch information
milica-lazarevic authored and philmd committed Oct 31, 2022
1 parent 7def8a4 commit 4066c15
Showing 1 changed file with 265 additions and 491 deletions.
Loading

0 comments on commit 4066c15

Please sign in to comment.