* eval.c (evaluate_subexp_standard case): Fix typo.
This commit is contained in:
parent
f9384420ae
commit
a56c9325ec
2 changed files with 5 additions and 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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue