tricks-big: remove bogus leftover or
authorAlan Cox <alan@linux.intel.com>
Wed, 6 Mar 2019 00:35:15 +0000 (00:35 +0000)
committerAlan Cox <alan@linux.intel.com>
Wed, 6 Mar 2019 00:35:15 +0000 (00:35 +0000)
Fixes the crash when we use the lower banks

Kernel/dev/zx/tricks-big.s

index 4093f5c..9ed1757 100644 (file)
@@ -497,7 +497,6 @@ _dofork:
 ;      we can use with a lazy copying model
 ;
 bankfork:
-       or #BANK_BITS           ; ROM bits for the bank
        ld b, #0x3E             ; 64 x 256 minus 2 sets for the uarea stash/irqs
        ld hl, #0xC000          ; base of memory to fork (vectors included)
 bankfork_1: