aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/compiler_funcs.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/compiler_funcs.html b/src/compiler_funcs.html
index 92553e8a..f8595303 100644
--- a/src/compiler_funcs.html
+++ b/src/compiler_funcs.html
@@ -5,17 +5,19 @@ Open the web console to see stderr output
<hr>
<pre id="output"></pre>
<script>
- arguments = ['tmp/emscripten_temp/tmpffWtYF.txt', 'tmp/emscripten_temp/tmpnKzHrf.func_0.ll', 'funcs', 'tmp/emscripten_temp/tmpWD6y0W.json']; // copy from emscripten.py output
+ arguments = ['tmp/emscripten_temp/tmpVpJZAp.txt', 'tmp/emscripten_temp/tmpnaEsKI.func_0.ll', 'funcs', 'tmp/emscripten_temp/tmpYxajFl.json']; // copy from emscripten.py output
var outputElement = document.getElementById('output');
print = function(x) {
- outputElement.innerHTML += x;
+ outputElement.innerHTML += 'output hidden, profiling mode';
+ print = function(){};
+ //outputElement.innerHTML += x;
};
// For generated code
var Module = {
print: function(x) {
- outputElement.innerHTML += x;
+ throw 'what?'
}
};
</script>