jjfiv / dalvik-js

Project for CS 691ST - Dalvik VM implementation in Javascript
23 stars 11 forks source link

dividing by zero should be an ArithmeticException #111

Closed jjfiv closed 12 years ago

jjfiv commented 12 years ago

One should be able to call _thread.throwException with the correct Instance

etosch commented 12 years ago

ready to close?

jjfiv commented 12 years ago

Added to VMTest, closing.