Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38
Creator: Li-Ta Lo <ollie@lanl.gov> emulator update x96emu update from Paulo git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1954 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -77,8 +77,6 @@ next instruction.
|
||||
void x86emu_intr_raise(
|
||||
u8 intrnum)
|
||||
{
|
||||
printk("%s, rasing execption %x\n", __func__, intrnum);
|
||||
x86emu_dump_regs();
|
||||
M.x86.intno = intrnum;
|
||||
M.x86.intr |= INTR_SYNCH;
|
||||
}
|
||||
|
Reference in New Issue
Block a user