projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f938442
)
* eval.c (evaluate_subexp_standard case): Fix typo.
author
Per Bothner
<per@bothner.com>
Sun, 3 Dec 1995 20:32:55 +0000
(20:32 +0000)
committer
Per Bothner
<per@bothner.com>
Sun, 3 Dec 1995 20:32:55 +0000
(20:32 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/eval.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 3a69ee1a725b286c7d708a886193cda2b1722392..fa28bacb7ce2ae8937791f3229defa1d4f805994 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+Sun Dec 3 12:31:03 1995 Per Bothner <bothner@kalessin.cygnus.com>
+
+ * eval.c (evaluate_subexp_standard case): Fix typo.
+
Sun Dec 3 11:59:21 1995 Jeffrey A. Law <law@cygnus.com>
* ch-exp.c (parse_named_record_element): Avoid aggregrate
diff --git
a/gdb/eval.c
b/gdb/eval.c
index c3918481d8591c2aba5c4558610c5eff481990a1..eaf0b29a7f0c5896dcfa09973f7dca5dae92003d 100644
(file)
--- 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);
- tem
2
= value_as_long (arg3);
+ tem
3
= value_as_long (arg3);
return value_slice (arg1, tem2, tem3 - tem2 + 1);