diff options
author | Andrew Haley <aph@cygnus.com> | 1999-06-22 23:22:13 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-06-22 23:22:13 +0000 |
commit | 45b0aa3189da598a2c9e24481970d1bcc22c69c1 (patch) | |
tree | ade4778ad996d42dbabf9b42c45bfe8013509046 /gcc/java/parse-scan.c | |
parent | 99d60508020fb9023b3d1e3ab54a0fb2f66cb0c4 (diff) | |
download | gcc-45b0aa3189da598a2c9e24481970d1bcc22c69c1.zip gcc-45b0aa3189da598a2c9e24481970d1bcc22c69c1.tar.gz gcc-45b0aa3189da598a2c9e24481970d1bcc22c69c1.tar.bz2 |
verify.c (verify_jvm_instructions): Check for pending blocks before invalid PC test and opcode switch, not after.
1999-06-22 Andrew Haley <aph@cygnus.com>
* verify.c (verify_jvm_instructions): Check for pending blocks
before invalid PC test and opcode switch, not after.
From-SVN: r27710
Diffstat (limited to 'gcc/java/parse-scan.c')
-rw-r--r-- | gcc/java/parse-scan.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/java/parse-scan.c b/gcc/java/parse-scan.c index fcc19aa..27b4286 100644 --- a/gcc/java/parse-scan.c +++ b/gcc/java/parse-scan.c @@ -1375,7 +1375,7 @@ static const short yycheck[] = { 3, #define YYPURE 1 /* -*-C-*- Note some compilers choke on comments on `#line' lines. */ -#line 3 "/x1/java/install/share/bison.simple" +#line 3 "/x1/java/posix/share/bison.simple" /* Skeleton output parser for bison, Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc. @@ -1568,7 +1568,7 @@ __yy_memcpy (char *to, char *from, int count) #endif #endif -#line 196 "/x1/java/install/share/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 *. @@ -2156,7 +2156,7 @@ case 337: break;} } /* the action file gets copied in in place of this dollarsign */ -#line 498 "/x1/java/install/share/bison.simple" +#line 498 "/x1/java/posix/share/bison.simple" yyvsp -= yylen; yyssp -= yylen; |