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:
parent
8b53004031
commit
ceca019493
|
@ -16,7 +16,7 @@
|
|||
jne 1b
|
||||
cmp dx,2(bx)
|
||||
jne 1b
|
||||
pop bx
|
||||
pop cx
|
||||
mov bx,4(bx)
|
||||
2:
|
||||
test bx,bx
|
||||
|
|
Loading…
Reference in a new issue