Revision 223dd713a5c61d14ce676500a8cfde338bc91de4 authored by Alon Zakai on 06 March 2014, 00:45:19 UTC, committed by Alon Zakai on 06 March 2014, 00:45:19 UTC
Fix for full screen closing immediately
2 parent s 7442be3 + a7aa19e
Raw File
test-js-optimizer-asm-pre-f32.js
function badf() {
 var $9 = Math_fround(0);
 $9 = (HEAP32[tempDoublePtr>>2]=$8,Math_fround(HEAPF32[tempDoublePtr>>2]));
 HEAPF32[$gep23_asptr>>2] = $9;
}
function badf2() {
 var $9 = 0;
 $9 = (HEAPF32[tempDoublePtr>>2]=$8,HEAP32[tempDoublePtr>>2]|0);
 HEAP32[$gep23_asptr>>2] = $9;
}
function dupe() {
 x = Math_fround(x);
 x = Math_fround(Math_fround(x));
 x = Math_fround(Math_fround(Math_fround(x)));
 x = Math_fround(Math_fround(Math_fround(Math_fround(x))));
}
// EMSCRIPTEN_GENERATED_FUNCTIONS: ["badf", "badf2", "dupe"]
back to top