Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / ext / ByteLoader / byterun.c
index 544a59f..035578f 100644 (file)
@@ -221,8 +221,8 @@ byterun(pTHXo_ struct bytestream bs)
            }
          case INSN_XNV:                /* 21 */
            {
-               double arg;
-               BGET_double(arg);
+               NV arg;
+               BGET_NV(arg);
                SvNVX(bytecode_sv) = arg;
                break;
            }