diff options
-rw-r--r-- | byterun/extern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/extern.c b/byterun/extern.c index ac7f360b7..89e89f00e 100644 --- a/byterun/extern.c +++ b/byterun/extern.c @@ -639,7 +639,7 @@ CAMLexport void caml_serialize_float_4(float f) CAMLexport void caml_serialize_float_8(double f) { - caml_serialize_block_8(&f, 1); + caml_serialize_block_float_8(&f, 1); } CAMLexport void caml_serialize_block_1(void * data, intnat len) |