xxDark / SSVM

Java VM running on a JVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

storing object at var previously used to store a long causing error

ssheera opened this issue · comments

commented

When error occurs var0 is a long and its being loaded with ALOAD which is valid but ssvm is pushing the long instead of pushing using the wide format causing error

K5xhZPER