This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Optimiser and memory mapped I/O


Peter Barada wrote:

which it would be if 0xfe8001 and 0xfe8003 were normal memory locations. The problem is, they aren't; they are I/O maps. Write to 0xfe8001 is used for register select, and 0xfe8003 gets the actual value of the register. Any ways around this (besides not optimising at all)?



Use 'volatile':


Yes, that helped.

I've never actually used "volatile" before, so perhaps it was about time to start...

Cheers,

Toralf



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]