mach/i86/libem/csb4.s: fix incorrect i86 code for switch (long)

Fixes https://github.com/davidgiven/ack/issues/240
This commit is contained in:
Tee-Kiah Chia 2022-01-17 19:29:56 +00:00
parent 8b53004031
commit ceca019493

View file

@ -16,7 +16,7 @@
jne 1b
cmp dx,2(bx)
jne 1b
pop bx
pop cx
mov bx,4(bx)
2:
test bx,bx