Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36
Creator: Li-Ta Lo <ollie@lanl.gov> emulator update Correction to the reduce emulator from Paulo git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1952 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -77,6 +77,8 @@ 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