diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-01-29 20:35:34 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-01-29 20:35:34 -0500 |
commit | af473a4ac2d6df901ba9d7b9b62eb1099f9efec2 (patch) | |
tree | 23ebf69243b75f6d5a09a9c09f265307adaa0e3e /src/config.h | |
parent | 231f710715a7f6ddf1626fda38ebdb511b5d55dc (diff) | |
download | seabios-af473a4ac2d6df901ba9d7b9b62eb1099f9efec2.tar.gz |
Don't declare a handler for int 0x1c - the default handler is sufficient.
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 50dbd58f..cb9b1dae 100644 --- a/src/config.h +++ b/src/config.h @@ -140,7 +140,6 @@ #define DEBUG_HDL_18 1 #define DEBUG_HDL_19 1 #define DEBUG_HDL_1a 9 -#define DEBUG_ISR_1c 20 #define DEBUG_HDL_40 1 #define DEBUG_ISR_70 9 #define DEBUG_ISR_74 9 |