Browse Source

console.h is no longer needed for debugging

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
d12770e254
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/include/compiler.h

+ 0
- 1
src/include/compiler.h View File

@@ -109,7 +109,6 @@ __asm__ ( ".equ\t" OBJECT_SYMBOL_STR ", 0" );
109 109
 #define DEBUG_SYMBOL PREFIX_OBJECT(debug_)
110 110
 
111 111
 #if DEBUG_SYMBOL
112
-#include "console.h"
113 112
 #define DEBUG_SYMBOL_STR _XSTR ( DEBUG_SYMBOL )
114 113
 __asm__ ( ".equ\tDBGLVL, " DEBUG_SYMBOL_STR );
115 114
 #endif

Loading…
Cancel
Save