Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: current build error: Error: suffix or operands invalid for `mov'
On Sun, Sep 20, 2009 at 01:54:20PM +0900, Takahiro Kambe wrote:
> #ifdef LINUX_NPTL
> static __inline void
> load_gs(u_int sel)
> {
> __asm __volatile("movl %0,%%gs" : : "rm" (sel));
> }
Should be movw.
Joerg
Home |
Main Index |
Thread Index |
Old Index