diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2005-01-11 03:18:39 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2005-01-11 03:18:39 +0000 |
commit | 8b0356c2c9136493f79d9faddbda1bfac7ca687e (patch) | |
tree | 87b1de0d55fec22946177cd4d7d73987fca346d5 /util/vgabios/int10.c | |
parent | 3678ad8e38abee296221cd33e2cbc1e5181f715f (diff) | |
download | coreboot-8b0356c2c9136493f79d9faddbda1bfac7ca687e.tar.xz |
use Paulo's reduced version
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1853 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/vgabios/int10.c')
-rw-r--r-- | util/vgabios/int10.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/vgabios/int10.c b/util/vgabios/int10.c index 702be4f399..bccb3d9954 100644 --- a/util/vgabios/int10.c +++ b/util/vgabios/int10.c @@ -18,7 +18,7 @@ extern int verbose; */ int int42_handler() { - +#if 0 if (verbose && X86_AH != 0x0e) { printf("int%x\n", current->num); x86emu_dump_xregs(); @@ -472,7 +472,7 @@ int int42_handler() /* Ignored */ break; } - +#endif return 1; } #endif |