summaryrefslogtreecommitdiff
path: root/test/dot_s/dyncall.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dot_s/dyncall.c')
-rw-r--r--test/dot_s/dyncall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dot_s/dyncall.c b/test/dot_s/dyncall.c
index 16c70b066..791c5d67a 100644
--- a/test/dot_s/dyncall.c
+++ b/test/dot_s/dyncall.c
@@ -5,7 +5,7 @@
uint32_t i() {
return 0;
}
-uint64_t jf(float f) {
+uint32_t i_f(float f) {
return 0;
}
void vd(double d) {
@@ -22,7 +22,7 @@ void vd2(double d) {
int main() {
asm(" i32.const $drop=, i@FUNCTION");
- asm(" i32.const $drop=, jf@FUNCTION");
+ asm(" i32.const $drop=, i_f@FUNCTION");
asm(" i32.const $drop=, vd@FUNCTION");
asm(" i32.const $drop=, ffjjdi@FUNCTION");
asm(" i32.const $drop=, vd2@FUNCTION");