From a56c9325ec05cfe8c3d83cfcf6516fbf5c711be6 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Sun, 3 Dec 1995 20:32:55 +0000 Subject: * eval.c (evaluate_subexp_standard case): Fix typo. --- gdb/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/eval.c') diff --git a/gdb/eval.c b/gdb/eval.c index c391848..eaf0b29 100644 --- a/gdb/eval.c +++ b/gdb/eval.c @@ -884,7 +884,7 @@ evaluate_subexp_standard (expect_type, exp, pos, noside) goto nosideret; tem2 = value_as_long (arg2); - tem2 = value_as_long (arg3); + tem3 = value_as_long (arg3); return value_slice (arg1, tem2, tem3 - tem2 + 1); -- cgit v1.1