Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 140 → Rev 141

/SPARTAN/trunk/arch/ia32/src/asm.S
116,6 → 116,15
pop %ds
 
 
# CLNT
pushfl;
pop %eax;
and $0xFFFFBFFF;
push %eax;
popfl;
 
 
# Test if this is interrupt with error word or not
mov $\i,%cl;
movl $1,%eax;