git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit c137aba03aa9981099698af3a30df2969c42a73b

fix return

wanderer committed on 8/2/2016, 11:41:30 PM
Parent: b296db4496b537bcb0a335e84f1ab75175b70e24

Files changed

interface.jschanged
interface.jsView
@@ -357,9 +357,9 @@
357357 * @param {integer} offset the offset of the output data.
358358 * @param {integer} length the length of the output data.
359359 */
360360 return (offset, length) {
361- this.environment.returnValue = new Uint8Array(MOD.exports.memory, offset, length)
361+ ENV.returnValue = new Uint8Array(MOD.exports.memory, offset, length)
362362 }
363363
364364 /**
365365 * Halt execution and register account for later deletion giving the remaining

Built with git-ssb-web