Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2081 → Rev 2082

/trunk/kernel/arch/amd64/src/userspace.c
54,7 → 54,7
/* Clear CF,PF,AF,ZF,SF,DF,OF */
ipl &= ~(0xcd4);
 
__asm__ volatile (""
asm volatile (""
"pushq %0\n"
"pushq %1\n"
"pushq %2\n"