mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 23:47:51 +01:00
TODO
This commit is contained in:
parent
922c7dbd71
commit
2d7b7f2f50
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright 2020 Volker Berlin (i-net software)
|
Copyright 2020 - 2021 Volker Berlin (i-net software)
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
@ -72,6 +72,8 @@ class StackInspector {
|
|||||||
}
|
}
|
||||||
i--; // we are on the right position but the loop increment
|
i--; // we are on the right position but the loop increment
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
// TODO poCount == 1 means an ternary operator (Question mark operator). We should return the operator with the lowest level but not null (ValueType.eqref).
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user