]> Git Repo - qemu.git/blobdiff - target/arm/translate-sve.c
tcg: TCGMemOp is now accelerator independent MemOp
[qemu.git] / target / arm / translate-sve.c
index fa068b0e479cb23447c3a0e1abd06677bbba5521..5d7edd0907fea20e70d77487e902283d4e72cdf1 100644 (file)
@@ -4567,7 +4567,7 @@ static bool trans_STR_pri(DisasContext *s, arg_rri *a)
  */
 
 /* The memory mode of the dtype.  */
-static const TCGMemOp dtype_mop[16] = {
+static const MemOp dtype_mop[16] = {
     MO_UB, MO_UB, MO_UB, MO_UB,
     MO_SL, MO_UW, MO_UW, MO_UW,
     MO_SW, MO_SW, MO_UL, MO_UL,
This page took 0.023063 seconds and 4 git commands to generate.