From 4d1cf5269ce9db7a55c9be8fb51fda675c5d8223 Mon Sep 17 00:00:00 2001 From: forsyth Date: Thu, 15 Jul 2010 17:13:02 +0100 Subject: 20100715-1712 --- utils/8c/peep.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'utils/8c/peep.c') diff --git a/utils/8c/peep.c b/utils/8c/peep.c index ed3e6b78..3d98b771 100644 --- a/utils/8c/peep.c +++ b/utils/8c/peep.c @@ -639,10 +639,14 @@ copyu(Prog *p, Adr *v, Adr *s) return 2; goto caseread; - case AMOVSL: case AREP: case AREPN: - if(v->type == D_CX || v->type == D_DI || v->type == D_SI) + if(v->type == D_CX) + return 2; + goto caseread; + + case AMOVSL: + if(v->type == D_DI || v->type == D_SI) return 2; goto caseread; -- cgit v1.2.3