Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / badpos.c
1 static irqreturn_t
2 elmc_interrupt(int irq, void *dev_id, struct pt_regs *reg_ptr)
3 {
4 printk(KERN_ERR "foo",
5 (int) -(((struct pt_regs *) reg_ptr)->orig_eax + 2));
6 }