mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
fix getAbstractedFunctions()
This commit is contained in:
parent
dd01ad10b2
commit
dbf658ec41
@ -252,8 +252,7 @@ class FunctionManager {
|
|||||||
Iterator<FunctionName> getAbstractedFunctions() {
|
Iterator<FunctionName> getAbstractedFunctions() {
|
||||||
return iterator( entry -> {
|
return iterator( entry -> {
|
||||||
switch( entry.getValue().state ) {
|
switch( entry.getValue().state ) {
|
||||||
case Needed:
|
case Abstract:
|
||||||
case Scanned:
|
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user