forked from KolibriOS/kolibrios
newlib: 1)native console support for printf.c() and puts.c()
2)static libc and linking against static libraries git-svn-id: svn://kolibrios.org@6068 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -550,14 +550,14 @@ __LOCK_INIT_RECURSIVE(static, malloc_global_mutex);
|
||||
|
||||
#define CORRUPTION_ERROR_ACTION(m) \
|
||||
do { \
|
||||
printf("%s malloc heap corrupted\n",__FUNCTION__); \
|
||||
/*printf("%s malloc heap corrupted\n",__FUNCTION__); */\
|
||||
__asm__("int3"); \
|
||||
}while(0) \
|
||||
|
||||
|
||||
#define USAGE_ERROR_ACTION(m, p) \
|
||||
do { \
|
||||
printf("%s malloc heap corrupted\n",__FUNCTION__); \
|
||||
/*printf("%s malloc heap corrupted\n",__FUNCTION__); */\
|
||||
__asm__("int3"); \
|
||||
}while(0) \
|
||||
|
||||
|
Reference in New Issue
Block a user