Better info in signal not assigned

This commit is contained in:
Jordi Baylina
2020-08-31 11:13:26 +02:00
parent 3b46b74d4a
commit 5f13d37fdc

View File

@@ -384,9 +384,9 @@ module.exports = function buildRuntime(module, builder) {
"error", "error",
c.i32_const(errs.ACCESSING_NOT_ASSIGNED_SIGNAL.code), c.i32_const(errs.ACCESSING_NOT_ASSIGNED_SIGNAL.code),
c.i32_const(errs.ACCESSING_NOT_ASSIGNED_SIGNAL.pointer), c.i32_const(errs.ACCESSING_NOT_ASSIGNED_SIGNAL.pointer),
c.i32_const(0), c.getLocal("cIdx"),
c.i32_const(0), c.getLocal("component"),
c.i32_const(0), c.getLocal("signal"),
c.i32_const(0) c.i32_const(0)
) )
) )