diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-09-11 20:17:50 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-09-11 20:17:50 +0000 |
| commit | bfafdbfec33e0dc1d1bda0d0cfe2fd0555c45acc (patch) | |
| tree | ebfa64730dd9cbd28c6ecbd07fcd748c85fb6fe8 /src/runtime/c/pgf/lightning/arm/fp-vfp.h | |
| parent | 8a3b97e6a504cb37f07013378e687eb103b0e50d (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-vfp.h')
| -rw-r--r-- | src/runtime/c/pgf/lightning/arm/fp-vfp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/lightning/arm/fp-vfp.h b/src/runtime/c/pgf/lightning/arm/fp-vfp.h index c903df625..29c63371e 100644 --- a/src/runtime/c/pgf/lightning/arm/fp-vfp.h +++ b/src/runtime/c/pgf/lightning/arm/fp-vfp.h @@ -34,6 +34,8 @@ #ifndef __lightning_fp_vfp_h #define __lightning_fp_vfp_h +#if 0 + __jit_inline void vfp_movr_f(jit_state_t _jit, jit_fpr_t r0, jit_fpr_t r1) { @@ -1084,5 +1086,6 @@ vfp_retval_d(jit_state_t _jit, jit_fpr_t r0) #undef vfp_unget_tmp #undef vfp_get_tmp +#endif #endif /* __lightning_fp_vfp_h */ |
