Fix unpredictable C
commitfc15dc01bde8c3812ae7ebe8b0cfcfe273b4cdec
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Fri, 12 Jun 2009 10:59:17 +0000 (12 12:59 +0200)
committerGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Fri, 12 Jun 2009 10:59:43 +0000 (12 12:59 +0200)
tree1e224b9991154fe581ce1de04231eee4b7ac4e8e
parent6d379585730e93fc10c3335a7ddef22524d1e9cf
Fix unpredictable C

Expression like
perform_f(done,env,class,*--opntr,*--opntr);
has unpredictable results in C. It happens to work when compiled without
optimisation, but it breaks with optimisation. Also reformat the whole
src/os/linux/avr32/dll_md.c to make it readable, remove unused code.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
src/os/linux/avr32/dll_md.c