ROMCC problem

Eric W. Biederman ebiederman at lnxi.com
Mon Aug 30 23:28:01 CEST 2004


YhLu <YhLu at tyan.com> writes:

> Eric, 
> the current romcc seems have problem to process "asm". Or bist cause the
> problem?

The optimizer took a look at the asm realized no one used
the output of it.  And optimized the instruction away.  
Correct but annoying.

Just mark the asm as volatile and the code will work fine.

Eric



More information about the coreboot mailing list