]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/microblaze: Drop DisasContext.r0
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 Feb 2025 21:54:18 +0000 (13:54 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 28 May 2025 07:08:47 +0000 (08:08 +0100)
commitbd07403fc146a9bfc5312404a63f24cc48701c97
tree13028753d634977e0d87ac0dc4f734b862974375
parentb52ee0c1a4205c8d698c37557401d2f55e071fba
target/microblaze: Drop DisasContext.r0

Return a constant 0 from reg_for_read, and a new
temporary from reg_for_write.

Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/microblaze/translate.c