[PATCH 0/3] target/avr: Convert to TranslatorOps

Richard Henderson posted 3 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210620062007.1398574-1-richard.henderson@linaro.org
Maintainers: Michael Rolnik <mrolnik@gmail.com>
There is a newer version of this series
target/avr/translate.c | 288 ++++++++++++++++++++++-------------------
1 file changed, 158 insertions(+), 130 deletions(-)
[PATCH 0/3] target/avr: Convert to TranslatorOps
Posted by Richard Henderson 2 years, 10 months ago
I've reached a point where *all* targets must use the translator loop.  
Do that.

r~

Richard Henderson (3):
  target/avr: Add DisasContextBase to DisasContext
  target/avr: Change ctx to DisasContext* in gen_intermediate_code
  target/avr: Convert to TranslatorOps

 target/avr/translate.c | 288 ++++++++++++++++++++++-------------------
 1 file changed, 158 insertions(+), 130 deletions(-)

-- 
2.25.1