From dd587bade12ca607fd7fdebd9d4faab6471002fb Mon Sep 17 00:00:00 2001 From: Jim Date: Sat, 4 Oct 2008 17:49:42 -0400 Subject: [PATCH] Fixed if/else indenting --- ea64v.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ea64v.h b/ea64v.h index deb8ad8..fb71757 100644 --- a/ea64v.h +++ b/ea64v.h @@ -58,7 +58,7 @@ static inline ea_t ea64v (unsigned short inst, ea_t earp) { if (xok) if (ixy == 2 || ixy == 6) ea_w += crs[X]; - else if (ixy == 1 || ixy == 4) + else if (ixy == 1 || ixy == 4) ea_w += crs[Y]; #if 0