Merge pull request #241 from tkchia/tkchia/switch-long
mach/i86/libem/csb4.s: fix incorrect i86 code for switch (long)
This commit is contained in:
		
						commit
						7e2adfb692
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -16,7 +16,7 @@
 | 
				
			||||||
	jne     1b
 | 
						jne     1b
 | 
				
			||||||
	cmp	dx,2(bx)
 | 
						cmp	dx,2(bx)
 | 
				
			||||||
	jne     1b
 | 
						jne     1b
 | 
				
			||||||
	pop	bx
 | 
						pop	cx
 | 
				
			||||||
	mov	bx,4(bx)
 | 
						mov	bx,4(bx)
 | 
				
			||||||
2:
 | 
					2:
 | 
				
			||||||
	test    bx,bx
 | 
						test    bx,bx
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue