fix silly error in recent compiler refactor

This commit is contained in:
Joshua Warner 2014-01-03 12:23:36 -07:00
parent 56253e3123
commit 6d5f511d04

View File

@ -3665,6 +3665,7 @@ floatBranch(MyThread* t, Frame* frame, object code, unsigned& ip,
a,
b,
target);
break;
default:
ip -= 3;