Remove useless ip += from MINT_JMP, it is assigned later. (#33548)
authormonojenkins <jo.shields+jenkins@xamarin.com>
Wed, 18 Mar 2020 09:20:07 +0000 (05:20 -0400)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2020 09:20:07 +0000 (10:20 +0100)
Co-authored-by: jaykrell <jaykrell@users.noreply.github.com>
src/mono/mono/mini/interp/interp.c

index 3a9bd3e..87a729e 100644 (file)
@@ -3595,7 +3595,6 @@ main_loop:
                                        THROW_EX (ex, ip);
                                EXCEPTION_CHECKPOINT;
                        }
-                       ip += 2;
                        const gboolean realloc_frame = new_method->alloca_size > frame->imethod->alloca_size;
                        frame->imethod = new_method;
                        /*