Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2082 | ||
---|---|---|---|
Line 52... | Line 52... | ||
52 | ipl = interrupts_disable(); |
52 | ipl = interrupts_disable(); |
53 | 53 | ||
54 | /* Clear CF,PF,AF,ZF,SF,DF,OF */ |
54 | /* Clear CF,PF,AF,ZF,SF,DF,OF */ |
55 | ipl &= ~(0xcd4); |
55 | ipl &= ~(0xcd4); |
56 | 56 | ||
57 | __asm__ volatile ("" |
57 | asm volatile ("" |
58 | "pushq %0\n" |
58 | "pushq %0\n" |
59 | "pushq %1\n" |
59 | "pushq %1\n" |
60 | "pushq %2\n" |
60 | "pushq %2\n" |
61 | "pushq %3\n" |
61 | "pushq %3\n" |
62 | "pushq %4\n" |
62 | "pushq %4\n" |