From: Paul Gardner-Stephen Date: Fri, 28 Dec 2018 13:38:54 +0000 (+1030) Subject: remove redundant line X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=576d64da3845b67b09a6c4a70a69ab93a684d810;p=cc65 remove redundant line --- diff --git a/libsrc/common/getcpu.s b/libsrc/common/getcpu.s index 36da39e7a..b13daf23c 100644 --- a/libsrc/common/getcpu.s +++ b/libsrc/common/getcpu.s @@ -76,7 +76,6 @@ _getcpu: nop ; prefix to tell next instruction to be 32-bit ZP .byte $b2,regsave ; LDA (regsave),Z cmp tmp1 ; does the loaded value match what is in $FF? - beq @Is4510 ; matches, so must be a 4510 = C65 bne @Is45GS02 ; $200FF and $FF have different values, so must be a MEGA65 45GS02 @Is4510: lda #3 ; CPU_4510 constant