dianaliu / oop

Final project for CSCI-UA.0470-001. See branch 'final' for our submission.
1 stars 0 forks source link

checkNotNull() bug #14

Open dianaliu opened 12 years ago

dianaliu commented 12 years ago

Erroneously checks not nulls in simple assignments x = y where x and y are both ints. Make it so only check not null when x is a class and it's calling something via vptr

dianaliu commented 12 years ago

I commented this out. No idea what makes it sometimes work and sometimes not.