From 6d5f511d042af419ccd8c2ee9931d26d8c6aa376 Mon Sep 17 00:00:00 2001 From: Joshua Warner Date: Fri, 3 Jan 2014 12:23:36 -0700 Subject: [PATCH] fix silly error in recent compiler refactor --- src/compile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compile.cpp b/src/compile.cpp index 7028f69cca..92b994ea37 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -3665,6 +3665,7 @@ floatBranch(MyThread* t, Frame* frame, object code, unsigned& ip, a, b, target); + break; default: ip -= 3;