summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/lightning/arm/fp-swf.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-09-11 20:17:50 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-09-11 20:17:50 +0000
commitbfafdbfec33e0dc1d1bda0d0cfe2fd0555c45acc (patch)
treeebfa64730dd9cbd28c6ecbd07fcd748c85fb6fe8 /src/runtime/c/pgf/lightning/arm/fp-swf.h
parent8a3b97e6a504cb37f07013378e687eb103b0e50d (diff)
rewrite the ARM port of GNU lightning to a form compatible with the versions for the other CPUs
Diffstat (limited to 'src/runtime/c/pgf/lightning/arm/fp-swf.h')
-rw-r--r--src/runtime/c/pgf/lightning/arm/fp-swf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/lightning/arm/fp-swf.h b/src/runtime/c/pgf/lightning/arm/fp-swf.h
index 4440482d1..e9ac82148 100644
--- a/src/runtime/c/pgf/lightning/arm/fp-swf.h
+++ b/src/runtime/c/pgf/lightning/arm/fp-swf.h
@@ -34,6 +34,7 @@
#ifndef __lightning_fp_swf_h
#define __lightning_fp_swf_h
+#if 0
#include <math.h>
#define swf_off(rn) ((rn) << 2)
@@ -1249,5 +1250,5 @@ swf_retval_d(jit_state_t _jit, jit_fpr_t r0)
swf_strin(_R1, JIT_FP, swf_off(r0) + 4);
}
}
-
+#endif
#endif /* __lightning_fp_swf_h */