]> git.proxmox.com Git - mirror_qemu.git/commit
target/xtensa: drop DisasContext::litbase
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 20 Feb 2017 18:41:45 +0000 (10:41 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 9 Jan 2018 17:55:38 +0000 (09:55 -0800)
commit5b9b27639e4af3e957da1959ad51f94e53c2e6f1
treee38b7e293293a7c4a71ca2cd48ffe562d4b18835
parente55239e2b65dbef085917e2dcc7336276877dfed
target/xtensa: drop DisasContext::litbase

It doesn't help much, always-set bit 0 of the LITBASE SR is easy to
compensate with decrement of the l32r immediate argument.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/translate.c