* sparc-sol2-nat.c: Add missing ')'.
This commit is contained in:
parent
1af510a802
commit
fb316966f9
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-01-03 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sparc-sol2-nat.c: Add missing ')'.
|
||||
|
||||
2004-01-03 J. Brobecker <brobecker@gnat.com>
|
||||
|
||||
* infrun.c (handle_step_into_function): New function.
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
process using /proc on Solaris. */
|
||||
|
||||
#if (defined (__arch64__) ||
|
||||
(defined (PR_MODEL_NATIVE) && (PR_MODEL_NATIVE == PR_MODEL_LP64))
|
||||
(defined (PR_MODEL_NATIVE) && (PR_MODEL_NATIVE == PR_MODEL_LP64)))
|
||||
|
||||
#include "sparc64-tdep.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue