mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-15 23:18:03 +00:00
* eval.c (evaluate_subexp_standard case): Fix typo.
This commit is contained in:
parent
f9384420ae
commit
a56c9325ec
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user