Subversion Repositories HelenOS

Rev

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

Rev 141 Rev 142
Line 117... Line 117...
117
 
117
 
118
 
118
 
119
# CLNT
119
# CLNT
120
  pushfl;
120
  pushfl;
121
	pop %eax;
121
	pop %eax;
122
	and $0xFFFFBFFF;
122
	and $0xFFFFBFFF,%eax;
123
	push %eax;
123
	push %eax;
124
	popfl;
124
	popfl;
125
	
125
	
126
 
126
 
127
 
127