valops.c (value_of_local): New function.

(value_of_this): Use it.
value.h (value_of_local): Declared.
This commit is contained in:
Adam Fedor
2002-10-14 02:02:42 +00:00
parent 53c551b7ca
commit d069f99d46
3 changed files with 32 additions and 12 deletions

View File

@@ -566,4 +566,6 @@ extern CORE_ADDR default_push_arguments (int nargs, struct value ** args,
CORE_ADDR sp, int struct_return,
CORE_ADDR struct_addr);
extern struct value *value_of_local (const char *name, int complain);
#endif /* !defined (VALUE_H) */