* remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
Change return value to int. Store value fetched in location addressed by `val'. Use function's return value as success or failure indicator. Adjust all callers.
This commit is contained in:
parent
8cfa2c71e3
commit
566f3d1734
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2010-03-08 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
|
* remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
|
||||||
|
Change return value to int. Store value fetched in location
|
||||||
|
addressed by `val'. Use function's return value as success
|
||||||
|
or failure indicator. Adjust all callers.
|
||||||
|
|
||||||
2020-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
|
2020-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
* p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
|
* p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
|
||||||
|
|
Loading…
Reference in a new issue