On 17.02.2018 00:40, Emilio G. Cota wrote:
Can you keep DisasContext named dc instead of s? Avoids unnecessary
changes. (e.g. s390x_tr_tb_stop()). And also matches what e.g. i386 does
in their code.
> Signed-off-by: Emilio G. Cota
> ---
> target/s390x/translate.c | 170
> ++
Signed-off-by: Emilio G. Cota
---
target/s390x/translate.c | 170 ---
1 file changed, 86 insertions(+), 84 deletions(-)
diff --git a/target/s390x/translate.c b/target/s390x/translate.c
index dd504a1..2b27a69 100644
--- a/target/s390x/translate.c
+++ b/