aboutsummaryrefslogtreecommitdiff
path: root/src/devices/emulator
diff options
context:
space:
mode:
authorRonald G. Minnich <Ronald G. Minnich>2005-11-21 23:22:21 +0000
committerRonald G. Minnich <rminnich@gmail.com>2005-11-21 23:22:21 +0000
commit86cbd33837207e06a9ae41efe65ac2401e885c4b (patch)
tree74c8a26ef615076219186565dbbc6aa26a664931 /src/devices/emulator
parent7272fcb2a466d2554b29e082c8e57038bfc4ebe6 (diff)
This was posted on issue tracker and approve by ron minnich
Signed-off-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2089 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices/emulator')
-rw-r--r--src/devices/emulator/biosemu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/emulator/biosemu.c b/src/devices/emulator/biosemu.c
index b007ec41be..d6ad4e23a0 100644
--- a/src/devices/emulator/biosemu.c
+++ b/src/devices/emulator/biosemu.c
@@ -122,7 +122,6 @@ void do_int(int num)
case 0x6D:
if (getIntVect(num) == 0x0000) {
printk_debug("un-inited int vector\n");
- return 1;
}
if (getIntVect(num) == 0xFF065) {
//ret = int42_handler();