Subversion Repositories HelenOS

Rev

Rev 137 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 137 Rev 141
Line 114... Line 114...
114
 
114
 
115
	pop %es
115
	pop %es
116
	pop %ds
116
	pop %ds
117
 
117
 
118
 
118
 
-
 
119
# CLNT
-
 
120
  pushfl;
-
 
121
	pop %eax;
-
 
122
	and $0xFFFFBFFF;
-
 
123
	push %eax;
-
 
124
	popfl;
-
 
125
	
-
 
126
 
-
 
127
 
119
# Test if this is interrupt with error word or not
128
# Test if this is interrupt with error word or not
120
	mov $\i,%cl;
129
	mov $\i,%cl;
121
	movl $1,%eax;
130
	movl $1,%eax;
122
	test $0xe0,%cl;
131
	test $0xe0,%cl;
123
	jnz 0f;
132
	jnz 0f;