summaryrefslogtreecommitdiff
path: root/lib/i386/floatdixf.S
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-27 17:49:50 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-27 17:49:50 +0000
commit19336a2d6b9b375ac106125950f4ff09742d1aec (patch)
treeeb2b4b2223c21a78fa78c553d750417da7e8b2dd /lib/i386/floatdixf.S
parent51c80ccf6f7779c3b88e9ede81c0e0cfc35dc959 (diff)
Add assembly.h for use in .S files.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@85263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/i386/floatdixf.S')
-rw-r--r--lib/i386/floatdixf.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/i386/floatdixf.S b/lib/i386/floatdixf.S
index 71e2d2abc..cd85c097c 100644
--- a/lib/i386/floatdixf.S
+++ b/lib/i386/floatdixf.S
@@ -1,6 +1,8 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
+#include "../assembly.h"
+
// float __floatdixf(di_int a);
#ifdef __i386__