diff options
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index 59376a1..1fed31d 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -2315,7 +2315,7 @@ java_push_constant_from_pool (jcf, index) int process_jvm_instruction (PC, byte_ops, length) int PC; - unsigned char* byte_ops; + const unsigned char* byte_ops; long length ATTRIBUTE_UNUSED; { const char *opname; /* Temporary ??? */ |