Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 824f9d1

Browse files
vadimcnalexcrichton
authored andcommitted
Only Macs use .literal4 directive
1 parent 1957424 commit 824f9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/builtins/x86_64/floatundisf.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#ifdef __x86_64__
99

10-
#ifndef __ELF__
10+
#if defined(__APPLE__)
1111
.literal4
1212
#endif
1313
two: .single 2.0

0 commit comments

Comments
 (0)