asm volatile ( 'cli' '' 'ld __tmp_reg__, %a0' '' 'inc __tmp_reg__' '' 'st %a0, __tmp_reg__' '' 'sei' '' : : 'e' (ptr) ); The compiler is prepared to reload this ...
確定! 回上一頁