summaryrefslogtreecommitdiff
path: root/src/lj_ircall.h
diff options
context:
space:
mode:
authorMike Pall <mike>2012-04-30 17:09:41 +0200
committerMike Pall <mike>2012-04-30 17:09:41 +0200
commiteec0d80d1b9767beef0c38168b772a2b49175268 (patch)
tree913334c66495c766decbb367b1452f1a631b1b58 /src/lj_ircall.h
parent8d31b5cdde5041d8c16a71588ee5b83248f1f8a1 (diff)
downloadluajit2-eec0d80d1b9767beef0c38168b772a2b49175268.tar.gz
ARM: Fix compilation of math.sinh/cosh/tanh.
Diffstat (limited to 'src/lj_ircall.h')
-rw-r--r--src/lj_ircall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lj_ircall.h b/src/lj_ircall.h
index 4e8b7246..39f054a9 100644
--- a/src/lj_ircall.h
+++ b/src/lj_ircall.h
@@ -114,9 +114,9 @@ typedef struct CCallInfo {
_(ANY, lj_mem_newgco, 2, FS, P32, CCI_L) \
_(ANY, lj_math_random_step, 1, FS, NUM, CCI_CASTU64|CCI_NOFPRCLOBBER) \
_(ANY, lj_vm_modi, 2, FN, INT, 0) \
- _(ANY, sinh, 1, N, NUM, 0) \
- _(ANY, cosh, 1, N, NUM, 0) \
- _(ANY, tanh, 1, N, NUM, 0) \
+ _(ANY, sinh, ARG1_FP, N, NUM, 0) \
+ _(ANY, cosh, ARG1_FP, N, NUM, 0) \
+ _(ANY, tanh, ARG1_FP, N, NUM, 0) \
_(ANY, fputc, 2, S, INT, 0) \
_(ANY, fwrite, 4, S, INT, 0) \
_(ANY, fflush, 1, S, INT, 0) \