??? 01/22/10 18:21 Read: times |
#172672 - RE: Magic Switch On The Compiler Responding to: ???'s previous message |
Louis S said:
if I ever find the magic switch on the compiler to avoid this I'll post back. The compiler should not do this in the first place - so there's unlikely to be any particular switch to avoid it! For more likely is that you mave mis-configured something and/or you have a bug that is causing it. Dodgy pointers would be the first thing to look for... With an emulator, you should be able to set a breakpoint on any write to the address(es) in question - which should quickly show you what's doing it. Especially if your emulator had Trace... |