Refs #75. Check ffreep macro before the define.
This commit is contained in:
parent
90d6ad569d
commit
37edae1c90
|
@ -360,5 +360,7 @@ REALNAME:
|
||||||
// ffreep %st(0).
|
// ffreep %st(0).
|
||||||
// Because Clang didn't support ffreep, we directly use the opcode.
|
// Because Clang didn't support ffreep, we directly use the opcode.
|
||||||
// Please check out http://www.sandpile.org/x86/opc_fpu.htm
|
// Please check out http://www.sandpile.org/x86/opc_fpu.htm
|
||||||
|
#ifndef ffreep
|
||||||
#define ffreep .byte 0xdf, 0xc0 #
|
#define ffreep .byte 0xdf, 0xc0 #
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
|
@ -451,5 +451,7 @@ REALNAME:
|
||||||
// ffreep %st(0).
|
// ffreep %st(0).
|
||||||
// Because Clang didn't support ffreep, we directly use the opcode.
|
// Because Clang didn't support ffreep, we directly use the opcode.
|
||||||
// Please check out http://www.sandpile.org/x86/opc_fpu.htm
|
// Please check out http://www.sandpile.org/x86/opc_fpu.htm
|
||||||
|
#ifndef ffreep
|
||||||
#define ffreep .byte 0xdf, 0xc0 #
|
#define ffreep .byte 0xdf, 0xc0 #
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue