brazdil / dexter

1 stars 1 forks source link

FilledNewArray needs same TRY block treatment as Invoke #21

Open brazdil opened 11 years ago

brazdil commented 11 years ago

Has been fixed for invokes, now the same needs to be done for FilledNewArray. Example:

const/4 v0, 4
try {
  filled-new-array ...
}
move-result-object v0
...

catch:
add .., v0, ..