]> git.ipfire.org Git - thirdparty/qemu.git/commit - target-sparc/translate.c
target-sparc: Pass TCGMemOp constants to helper_ld/st_asi
authorRichard Henderson <rth@twiddle.net>
Thu, 3 Sep 2015 20:37:09 +0000 (13:37 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 12 Jul 2016 18:02:40 +0000 (11:02 -0700)
commit6850811e7c56403b0d225a1bffd096abf2ff06f9
treeb70d73b8f6f313e0c219c05ff929dfacee011453
parentc095b83f9836cef80f64b32603fea240762a824b
target-sparc: Pass TCGMemOp constants to helper_ld/st_asi

Reduces the argument count for helper_ld_asi; do helper_st_asi
for consistency.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-sparc/helper.h
target-sparc/ldst_helper.c
target-sparc/translate.c