On Thu, Jul 28, 2011 at 1:07 PM, Richard Henderson wrote:
> On 07/28/2011 12:42 PM, H.J. Lu wrote:
>> +#ifdef __LP64__
>> movq %rax,%fs:0x70 # Save the new stack boundary.
>> +#else
>> + movl %eax,%fs:0x40 # Save the new stack boundary.
>> +#endif
>
> Please mac
"H.J. Lu" writes:
> On Thu, Jul 28, 2011 at 1:07 PM, Richard Henderson wrote:
>> On 07/28/2011 12:42 PM, H.J. Lu wrote:
>>> +#ifdef __LP64__
>>> movq %rax,%fs:0x70 # Save the new stack boundary.
>>> +#else
>>> + movl %eax,%fs:0x40 # Save the new stack boundary
On 07/28/2011 12:42 PM, H.J. Lu wrote:
> +#ifdef __LP64__
> movq%rax,%fs:0x70 # Save the new stack boundary.
> +#else
> + movl%eax,%fs:0x40 # Save the new stack boundary.
> +#endif
Please macro-ize this.
r~