* sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
indentation.
This commit is contained in:
parent
d4fd50a664
commit
5a5effe17e
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2004-07-31 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
|
||||
indentation.
|
||||
|
||||
* mips-nat.c: Remove file.
|
||||
* Makefile.in (ALLDEPFILES): Remove mips-nat.c
|
||||
(mips-nat.o): Remove dependency.
|
||||
|
|
|
@ -105,7 +105,7 @@ sparc64obsd_pc_in_sigtramp (CORE_ADDR pc, char *name)
|
|||
continue;
|
||||
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue