diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-02-01 11:24:08 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-02-01 11:24:08 +0700 |
commit | 9c4d8b6d50f1891665299aaba86e917f2306590f (patch) | |
tree | 6e751cd168db9b1587d1a50291b2c95e068182f6 /emscripten.py | |
parent | abc177f64fddca0ce07becbfc712309377755a5f (diff) |
Variables live across a setjmp/lj must be volatile.
According to http://pubs.opengroup.org/onlinepubs/7908799/xsh/setjmp.html
among other places, the 'int x' here should be volatile so that it has
the correct value. Otherwise, the behavior will be indeterminate.
Diffstat (limited to 'emscripten.py')
0 files changed, 0 insertions, 0 deletions