/* * linux/abi/emulate.c * * Copyright (C) 1993 Linus Torvalds */ /* * Emulate.c contains the entry point for the 'lcall 7,xxx' handler. */ #include #include #include #include #include #include #include #include #include #include asmlinkage void iABI_emulate(struct pt_regs * regs) { printk("iBCS2 binaries not supported yet\n"); do_exit(SIGSEGV); }