|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Vmxassist build failure on gcc 3.3.5
On 19/10/06 5:39 pm, "Woller, Thomas" <thomas.woller@xxxxxxx> wrote:
> The failure is with gcc 3.3.5, I just tried a local SLES10 gcc 4.0.2
> version and it seems to work fine with either of the above asm lines,
> and generates same opcodes.
I expect placing $DATA_SELECTOR in brackets $(DATA_SELECTOR) will work. I
expect the version of cpp is not able to pick out a macro usage when it runs
into adjacent punctuation.
> Should the "$" be removed?
That would change the meaning of the instruction! It would be move from
memory instead of move from immediate.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|