[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Disable VSX instruction
From: |
Colin Watson |
Subject: |
Re: [PATCH] Disable VSX instruction |
Date: |
Fri, 26 Sep 2014 11:14:00 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Thu, Sep 25, 2014 at 07:33:39PM -0300, Paulo Flabiano Smorigo wrote:
> @@ -28,6 +30,14 @@
> .globl start, _start
> start:
> _start:
> + _start:
> +
> + /* Disable VSX instruction */
Isn't the second _start: label here redundant?
--
Colin Watson address@hidden