lowlevel-z80: Fix a tiny hole in the reti handling
authorAlan Cox <alan@linux.intel.com>
Sat, 30 Jun 2018 22:10:12 +0000 (23:10 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 30 Jun 2018 22:10:12 +0000 (23:10 +0100)
commit4eec4480aabc5a537ebb532a3514043d19d7115b
tree55b2e55c76c0004a0026fa952dfe828cee1c356d
parentd894a71319d543210d30b1798589629e27079adb
lowlevel-z80: Fix a tiny hole in the reti handling

What's not documented properly in the manual is that reti behaves like retn
in IFF1/2 handling not like ret.
Kernel/lowlevel-z80-banked.s
Kernel/lowlevel-z80.s