diff --git a/source/shared_lib/sources/streflop/FPUSettings.asm b/source/shared_lib/sources/streflop/FPUSettings.asm index 1b3d692d..53550e8e 100644 --- a/source/shared_lib/sources/streflop/FPUSettings.asm +++ b/source/shared_lib/sources/streflop/FPUSettings.asm @@ -1,16 +1,12 @@ ; -; Copyright (c) 2010 The VP8 project authors. All Rights Reserved. -; -; Use of this source code is governed by a BSD-style license -; that can be found in the LICENSE file in the root of the source -; tree. An additional intellectual property rights grant can be found -; in the file PATENTS. All contributing project authors may -; be found in the AUTHORS file in the root of the source tree. +; Copyright (c) 2014 MegaGlest. All Rights Reserved. ; +; Use of this source code is governed by the GPL 3.x license _text SEGMENT ; %ifidn __OUTPUT_FORMAT__,x64 ; %ifdef _WIN64 +IFDEF RAX streflop_winx64_fclex PROC FRAME @@ -65,5 +61,6 @@ streflop_winx64_ldmxcsr PROC FRAME streflop_winx64_ldmxcsr ENDP ;%endif +ENDIF end \ No newline at end of file