mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 18:36:09 +08:00
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:
parent
06b21b3475
commit
7d79184e7b
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user