Fix halx86 release build

svn path=/trunk/; revision=56080
This commit is contained in:
Pierre Schweitzer
2012-03-07 21:19:30 +00:00
parent b603bd5a6b
commit 92de8cffa3
+8
View File
@@ -22,9 +22,17 @@
#endif
#ifdef CONFIG_SMP
#ifdef DBG
#define HAL_BUILD_TYPE (DBG ? PRCB_BUILD_DEBUG : 0)
#else
#define HAL_BUILD_TYPE 0
#endif
#else
#ifdef DBG
#define HAL_BUILD_TYPE ((DBG ? PRCB_BUILD_DEBUG : 0) | PRCB_BUILD_UNIPROCESSOR)
#else
#define HAL_BUILD_TYPE 0 | PRCB_BUILD_UNIPROCESSOR
#endif
#endif
typedef struct _HAL_BIOS_FRAME