* as/z80/asmain.c (main): fixed bug #801766
[fw/sdcc] / as / z80 / z80mch.c
index 9e45ece7114a7c79a3342bbecfaed4ffa4ab905c..7ee7c746fecdc1b90b35c20afeeb3664b2e42487 100644 (file)
@@ -542,7 +542,7 @@ struct mne *mp;
        case S_DJNZ:
        case S_JR:
                if ((v1 = admode(CND)) != 0 && rf != S_DJNZ) {
-#else GAMEBOY
+#else /* GAMEBOY */
        case S_JR:
                if ((v1 = admode(CND)) != 0) {
 #endif /* GAMEBOY */