target/mips: Turn printfpr() macro into a proper function
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 18 Apr 2021 21:50:17 +0000 (23:50 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 2 May 2021 14:49:34 +0000 (16:49 +0200)
commit4d169b9cce25bcef691d0c50a6c7d0d6350003ae
tree89ed8f64102317de1613f13bd8940ab67f512701
parent4f14ce4bf4ec01a840a8de4007a95a77998c5736
target/mips: Turn printfpr() macro into a proper function

Turn printfpr() macro into a proper function: fpu_dump_fpr().

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210428170410.479308-8-f4bug@amsat.org>
target/mips/cpu.c