verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use java_opcode as type for switch.
* verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use java_opcode as type for switch. [op_wide]: Likewise. (_Jv_BytecodeVerifier::verify_instructions_0): Likewise. [op_invokevirtual]: Likewise. * include/java-insns.h (java_opcode): Give enum a name. From-SVN: r47330
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// java-insns.h - Instruction encodings. This is -*- c++ -*-
|
||||
|
||||
/* Copyright (C) 1999 Free Software Foundation
|
||||
/* Copyright (C) 1999, 2001 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
||||
@@ -11,7 +11,7 @@ details. */
|
||||
#ifndef __JAVA_INSNS_H__
|
||||
#define __JAVA_INSNS_H__
|
||||
|
||||
enum
|
||||
enum java_opcode
|
||||
{
|
||||
op_nop = 0x00,
|
||||
op_aconst_null = 0x01,
|
||||
|
||||
Reference in New Issue
Block a user