summaryrefslogtreecommitdiff
path: root/src/jit/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/utils.h')
-rw-r--r--src/jit/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/utils.h b/src/jit/utils.h
index af9f2db009..7d77e76840 100644
--- a/src/jit/utils.h
+++ b/src/jit/utils.h
@@ -575,7 +575,7 @@ public:
static unsigned __int64 convertDoubleToUInt64(double d);
- static double round(double d);
+ static double round(double x);
};