mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-09 00:14:10 -08:00
WASM: fix bug in generating virtual table in some cases
This commit is contained in:
parent
0a00551af1
commit
033e57e7e7
|
@ -84,7 +84,7 @@ public class InterfaceToClassMapping {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return a;
|
return firstPath.get(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static List<String> pathToRoot(ClassReaderSource classSource, String className) {
|
private static List<String> pathToRoot(ClassReaderSource classSource, String className) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user