Refs #75. Check ffreep macro before the define.

This commit is contained in:
Zhang Xianyi 2012-05-31 17:17:02 +08:00
parent 90d6ad569d
commit 37edae1c90
2 changed files with 4 additions and 0 deletions

View File

@ -360,5 +360,7 @@ REALNAME:
// ffreep %st(0).
// Because Clang didn't support ffreep, we directly use the opcode.
// Please check out http://www.sandpile.org/x86/opc_fpu.htm
#ifndef ffreep
#define ffreep .byte 0xdf, 0xc0 #
#endif
#endif

View File

@ -451,5 +451,7 @@ REALNAME:
// ffreep %st(0).
// Because Clang didn't support ffreep, we directly use the opcode.
// Please check out http://www.sandpile.org/x86/opc_fpu.htm
#ifndef ffreep
#define ffreep .byte 0xdf, 0xc0 #
#endif
#endif