Hello > asm_volatile ( > "cpop1 [%1 + %%g0], %0" > : =r(tasknum) > : r (cmd)); > Is there any way to tell the compiler not let them have the same register, : =&r(tasknum) : r (cmd)); -- Tomek
Hello > asm_volatile ( > "cpop1 [%1 + %%g0], %0" > : =r(tasknum) > : r (cmd)); > Is there any way to tell the compiler not let them have the same register, : =&r(tasknum) : r (cmd)); -- Tomek