Rev 141 | Rev 144 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 141 | Rev 142 | ||
---|---|---|---|
Line 47... | Line 47... | ||
47 | 47 | ||
48 | __asm__ volatile ("" |
48 | __asm__ volatile ("" |
49 | // CLNT |
49 | // CLNT |
50 | "pushfl;" |
50 | "pushfl;" |
51 | "pop %%eax;" |
51 | "pop %%eax;" |
52 | "and $0xFFFFBFFF;" |
52 | "and $0xFFFFBFFF,%%eax;" |
53 | "push %%eax;" |
53 | "push %%eax;" |
54 | "popfl;" |
54 | "popfl;" |
55 | 55 | ||
56 | "pushl %0\n" |
56 | "pushl %0\n" |
57 | "pushl %1\n" |
57 | "pushl %1\n" |