This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: FYI: verifier bug fix


Tom Tromey wrote:
> 
> I'm checking this in.
> 
> @@ -2382,6 +2382,8 @@
>                   push_type (t);
>                   push_type (t2);
>                 }
> +             else
> +               push_type (t)
Missing a semicolon here?      ^

>               push_type (t);
>             }
>             break;

-- 
This signature intentionally left boring.

Eric Blake             ebb9@email.byu.edu
  BYU student, free software programmer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]