commit | c521e0a3e1153039a31eb4a2071c41931834af8c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Apr 12 00:33:37 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Jun 05 12:29:54 2024 -0700 |
tree | 00e93a7b6857820bdaed00baf1f9c0484824ee1b | |
parent | b0063d831b279335cecc22b981a71eace01e1d77 [diff] |
disas/microblaze: Print immediates directly with PRIimm Use a printf format instead of sprintf into a buffer. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20240412073346.458116-19-richard.henderson@linaro.org>