mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
-- debug messages dissabled
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@589 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -5,6 +5,6 @@
|
|||||||
// if DEBUG_RA is 1 normal output messages
|
// if DEBUG_RA is 1 normal output messages
|
||||||
// if DEBUG_RA is 2 extensive debug info for each instr
|
// if DEBUG_RA is 2 extensive debug info for each instr
|
||||||
|
|
||||||
#define DEBUG_RA (1)
|
#define DEBUG_RA (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -5,6 +5,6 @@
|
|||||||
// if DEBUG_RA is 1 normal output messages
|
// if DEBUG_RA is 1 normal output messages
|
||||||
// if DEBUG_RA is 2 extensive debug info for each instr
|
// if DEBUG_RA is 2 extensive debug info for each instr
|
||||||
|
|
||||||
#define DEBUG_RA (1)
|
#define DEBUG_RA (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -5,6 +5,6 @@
|
|||||||
// if DEBUG_RA is 1 normal output messages
|
// if DEBUG_RA is 1 normal output messages
|
||||||
// if DEBUG_RA is 2 extensive debug info for each instr
|
// if DEBUG_RA is 2 extensive debug info for each instr
|
||||||
|
|
||||||
#define DEBUG_RA (1)
|
#define DEBUG_RA (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user