diff options
Diffstat (limited to 'gdb/rust-lang.c')
-rw-r--r-- | gdb/rust-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rust-lang.c b/gdb/rust-lang.c index 4977b0a1aa3..fe8a58cb0f3 100644 --- a/gdb/rust-lang.c +++ b/gdb/rust-lang.c @@ -1891,7 +1891,7 @@ rust_operator_length (const struct expression *exp, int pc, int *oplenp, /* op_name implementation for Rust. */ -static char * +static const char * rust_op_name (enum exp_opcode opcode) { switch (opcode) |