1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-14 07:29:44 +00:00

Fixed if/else indenting

This commit is contained in:
Jim 2008-10-04 17:49:42 -04:00
parent 2f065a3bde
commit dd587bade1

View File

@ -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