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