From 45b0aa3189da598a2c9e24481970d1bcc22c69c1 Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Tue, 22 Jun 1999 23:22:13 +0000 Subject: verify.c (verify_jvm_instructions): Check for pending blocks before invalid PC test and opcode switch, not after. 1999-06-22 Andrew Haley * verify.c (verify_jvm_instructions): Check for pending blocks before invalid PC test and opcode switch, not after. From-SVN: r27710 --- gcc/java/parse.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/java/parse.c') diff --git a/gcc/java/parse.c b/gcc/java/parse.c index fb032c9..7dcd87e 100644 --- a/gcc/java/parse.c +++ b/gcc/java/parse.c @@ -2211,7 +2211,7 @@ static const short yycheck[] = { 3, #define YYPURE 1 /* -*-C-*- Note some compilers choke on comments on `#line' lines. */ -#line 3 "/usr/lib/bison.simple" +#line 3 "/x1/java/posix/share/bison.simple" /* Skeleton output parser for bison, Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc. @@ -2404,7 +2404,7 @@ __yy_memcpy (char *to, char *from, int count) #endif #endif -#line 196 "/usr/lib/bison.simple" +#line 196 "/x1/java/posix/share/bison.simple" /* The user can define YYPARSE_PARAM as the name of an argument to be passed into yyparse. The argument should have type void *. @@ -4693,7 +4693,7 @@ case 495: break;} } /* the action file gets copied in in place of this dollarsign */ -#line 498 "/usr/lib/bison.simple" +#line 498 "/x1/java/posix/share/bison.simple" yyvsp -= yylen; yyssp -= yylen; -- cgit v1.1