[SeaBIOS] [PATCH 1/2] Don't pass return address to transition(32, 16, 16big) on stack.

H. Peter Anvin hpa at zytor.com
Wed Dec 8 02:35:18 CET 2010


On 12/07/2010 05:14 PM, H. Peter Anvin wrote:
> 
> 	movzwl	%sp, %eax
> 	movl	%ss, %ecx
> 	shrl	$4, %ecx
> 	addl	%ecx, %eax
> 

The third instruction should of course be shll, not shrl.

	-hpa



More information about the SeaBIOS mailing list