Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3003 → Rev 3004

/branches/dynload/uspace/lib/rtld/arch/ia32/src/bootstrap.c
46,7 → 46,7
{
unsigned dummy;
asm volatile (
"movl $30, %%eax;"
"movl $31, %%eax;"
"int $0x30"
: "=d" (dummy) /* output - %edx clobbered */
: "d" (i) /* input */