Browse Source

Releases: fix DUK_USE_HEAPPTR16 config option ref

pull/264/head
Sami Vaarala 9 years ago
parent
commit
e3cfd1ab46
  1. 4
      RELEASES.rst

4
RELEASES.rst

@ -1013,8 +1013,8 @@ Planned
* Fix compile error from array fast path when using low memory options
(GH-174)
* Fix a few pointer compression issues (DUK_USE_HEAPPTR16) on 64-bit platforms
(GH-228)
* Fix a few pointer compression issues (DUK_OPT_HEAPPTR16 / DUK_USE_HEAPPTR16)
on 64-bit platforms (GH-228)
* Fix harmless MSVC warnings when using DUK_OPT_FASTINT on x86 (GH-172)

Loading…
Cancel
Save