aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/lib/exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/lib/exception.c')
-rw-r--r--src/arch/x86/lib/exception.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/lib/exception.c b/src/arch/x86/lib/exception.c
index 20917b6f40..91525d5935 100644
--- a/src/arch/x86/lib/exception.c
+++ b/src/arch/x86/lib/exception.c
@@ -1,7 +1,7 @@
#include <console/console.h>
#include <string.h>
-#if defined(CONFIG_GDB_STUB) && CONFIG_GDB_STUB == 1
+#if CONFIG_GDB_STUB
/* BUFMAX defines the maximum number of characters in inbound/outbound buffers.
* At least NUM_REGBYTES*2 are needed for register packets