Fix _FPU_CONTROL_H #define

Looks like it was accidentally put into the comment at the top of the
file.
This commit is contained in:
Allofich 2021-08-22 15:49:19 +09:00
parent 06b21b3475
commit 7d79184e7b

View File

@ -16,9 +16,10 @@
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _FPU_CONTROL_H
#define _FPU_CONTROL_H 1
#define _FPU_CONTROL_H
/* Note that this file sets on x86-64 only the x87 FPU, it does not
touch the SSE unit. */