Re: inline assembly issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux