aboutsummaryrefslogtreecommitdiff
path: root/src/core/vmrunner.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/vmrunner.hpp')
-rw-r--r--src/core/vmrunner.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/vmrunner.hpp b/src/core/vmrunner.hpp
index d0e9af5..502ac4a 100644
--- a/src/core/vmrunner.hpp
+++ b/src/core/vmrunner.hpp
@@ -41,7 +41,7 @@ public:
int loadLSBFromMemory(const char* ptr,DWORD size);
int getInstCount();
void vmRunFunction(const char *fncnym);
- void vmSetRetValf(float v);
+ void vmSetRetValf(double v);
void vmSetRetVald(int v);
void vmInit(unsigned int seed);
void vmDeinit();