equal
deleted
inserted
replaced
34 source hwbreak_cia.cpp |
34 source hwbreak_cia.cpp |
35 #elif defined(ARMCC) |
35 #elif defined(ARMCC) |
36 source hwbreak.cia |
36 source hwbreak.cia |
37 #endif |
37 #endif |
38 |
38 |
39 #ifdef EABI |
39 #if defined(EABI) && !defined(GCCE) |
|
40 macro SUPPORT_BREAKPOINT_STUFF |
|
41 // This doesn't build with GCC-E |
40 source TrkNextInstructionAfterPC.cpp |
42 source TrkNextInstructionAfterPC.cpp |
41 #endif |
43 #endif |
42 |
44 |
43 #ifdef FSHELL_DOBJECTIX_SUPPORT |
45 #ifdef FSHELL_DOBJECTIX_SUPPORT |
44 // These are needed because on >= 9.2 DObjectIx is no longer exported |
46 // These are needed because on >= 9.2 DObjectIx is no longer exported |