diff options
author | alon@honor <none@none> | 2010-09-25 21:25:47 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-25 21:25:47 -0700 |
commit | d4221c3e1a6606ad517eca4ba8bc500ed1c0b315 (patch) | |
tree | a1e4efe4053011b674d30adb1b1cf2d83435286a /src/library.js | |
parent | 736dac5109a9899a5a72f12f68d9544cb2b8781b (diff) |
add raytracing test
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index cb3c8e2d..b0dfeb01 100644 --- a/src/library.js +++ b/src/library.js @@ -135,6 +135,9 @@ var Library = { // iostream _ZNSt8ios_base4InitC1Ev: function() { + // need valid 'file descriptors' + __ZSt4cout = 1; + __ZSt4cerr = 2; }, _ZNSt8ios_base4InitD1Ev: '_ZNSt8ios_base4InitC1Ev', _ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_: 0, // endl |