mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
fix netbsd again
git-svn-id: svn://coreboot.org/openbios/openbios-devel@51 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -391,7 +391,8 @@ ob_interrupt_init(unsigned long base, unsigned long offset)
|
|||||||
intregs->set = ~SUN4M_INT_MASKALL;
|
intregs->set = ~SUN4M_INT_MASKALL;
|
||||||
intregs->cpu_intregs[0].clear = ~0x17fff;
|
intregs->cpu_intregs[0].clear = ~0x17fff;
|
||||||
|
|
||||||
PUSH(0);
|
// Is this correct? It works for NetBSD at least
|
||||||
|
PUSH((int)intregs);
|
||||||
fword("encode-int");
|
fword("encode-int");
|
||||||
PUSH((int)intregs);
|
PUSH((int)intregs);
|
||||||
fword("encode-int");
|
fword("encode-int");
|
||||||
|
|||||||
Reference in New Issue
Block a user