[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200906160825.n5G8PYRu020230@www262.sakura.ne.jp>
Date: Tue, 16 Jun 2009 17:25:34 +0900
From: Tetsuo Handa <penguin-kernel@...ove.sakura.ne.jp>
To: xiyou.wangcong@...il.com
Cc: hpa@...or.com, linux-kernel@...r.kernel.org
Subject: Re: [x86] Build error at arch/x86/boot/bioscall.S
Amerigo Wang wrote:
> How about:
>
> - movw 68(%esp), %di
> + movzwl %sp, %ebx
> + movw 68(%ebx), %di
>
> ? Does this work?
No.
arch/x86/boot/bioscall.S: Assembler messages:
arch/x86/boot/bioscall.S:69: Error: `68(%ebx)' is not a valid 16 bit base/index expression
make[1]: *** [arch/x86/boot/bioscall.o] Error 1
make: *** [bzImage] Error 2
Regards.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists