diff options
author | Per Bothner <per@bothner.com> | 1995-12-03 20:32:55 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-12-03 20:32:55 +0000 |
commit | a56c9325ec05cfe8c3d83cfcf6516fbf5c711be6 (patch) | |
tree | f49afe06f6b90243703b625ef4cf82c7fd585f15 /gdb/eval.c | |
parent | f9384420aee40b2a9055be24ca69bd371db86940 (diff) | |
download | gdb-a56c9325ec05cfe8c3d83cfcf6516fbf5c711be6.zip gdb-a56c9325ec05cfe8c3d83cfcf6516fbf5c711be6.tar.gz gdb-a56c9325ec05cfe8c3d83cfcf6516fbf5c711be6.tar.bz2 |
* eval.c (evaluate_subexp_standard case): Fix typo.
Diffstat (limited to 'gdb/eval.c')
-rw-r--r-- | gdb/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |