Commit 4164966
committed
Patch the v0.14.1 opam release with a byte code fix.
The masking function called for bytecode in bits_stubs.c calls the wrong
value conversion function, and basically breaks the bits api.
This patches it to call the correct function.
The native code was correct.
Signed-off-by: andrewray <[email protected]>1 parent 1d32837 commit 4164966
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments