/SPARTAN/trunk/arch/ia32/src/asm.S |
---|
119,7 → 119,7 |
# CLNT |
pushfl; |
pop %eax; |
and $0xFFFFBFFF; |
and $0xFFFFBFFF,%eax; |
push %eax; |
popfl; |
/SPARTAN/trunk/arch/ia32/src/userspace.c |
---|
49,7 → 49,7 |
// CLNT |
"pushfl;" |
"pop %%eax;" |
"and $0xFFFFBFFF;" |
"and $0xFFFFBFFF,%%eax;" |
"push %%eax;" |
"popfl;" |