Skip to content

Commit

Permalink
Update doc to reflect all bugs fixed via backporting to c++ patches
Browse files Browse the repository at this point in the history
  • Loading branch information
jterrace committed Jan 11, 2012
1 parent f5c7954 commit 0c6175e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/change_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,8 @@ FIXED
$call = $call + 1048576;
$call = $call & 0xFFFFFFFFFFF00000;

TODOs
-----

* Comment out 0 = 0


DOUBTFUL
--------

* In ``BUILD_JSVAL`` in jsval.h, they play a nasty trick with unions to assign
to two 32bit fields using a single 64bit value. Emscripten has no idea how to
deal with this. So replace anything that uses the .asBits field such as
Expand Down

0 comments on commit 0c6175e

Please sign in to comment.