mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 14:08:09 +08:00
* eval.c (evaluate_subexp_standard case): Fix typo.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user