|  | @@ -409,10 +409,11 @@ prot_call:
 | 
		
	
		
			
			| 409 | 409 |  	popw	%fs
 | 
		
	
		
			
			| 410 | 410 |  	popw	%gs
 | 
		
	
		
			
			| 411 | 411 |  	popal
 | 
		
	
		
			
			| 412 |  | -	addr32 movl	-20(%esp), %esp /* -20(%sp) is not a valid 80386 expression.
 | 
		
	
		
			
			| 413 |  | -				 * -20(%esp) is safe because prot_to_real
 | 
		
	
		
			
			| 414 |  | -				 * zeroes the high word of %esp, and interrupts
 | 
		
	
		
			
			| 415 |  | -				 * are still disabled at this point. */
 | 
		
	
		
			
			|  | 412 | +	addr32 movl -20(%esp), %esp /* -20(%sp) is not a valid 80386
 | 
		
	
		
			
			|  | 413 | +				     * expression.  -20(%esp) is safe
 | 
		
	
		
			
			|  | 414 | +				     * because prot_to_real zeroes the
 | 
		
	
		
			
			|  | 415 | +				     * high word of %esp, and interrupts
 | 
		
	
		
			
			|  | 416 | +				     * are still disabled at this point. */
 | 
		
	
		
			
			| 416 | 417 |  	popfl
 | 
		
	
		
			
			| 417 | 418 |  	lret
 | 
		
	
		
			
			| 418 | 419 |  
 |