|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [patch] pae: tlbflush linear page table updates
Keir Fraser <Keir.Fraser@xxxxxxxxxxxx> writes:
>
> The compiler will never alias inputs. In this case it is forced to
> alias the output constraint with input retval, and so the output
> cannot alias with any other input (which would be an error).
Actually it will sometimes. That is what the "early clobber" (&)
prevents. Perhaps it should be used here.
-Andi
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|