* sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
indentation.
This commit is contained in:
parent
d4fd50a664
commit
5a5effe17e
@ -1,5 +1,8 @@
|
|||||||
2004-07-31 Mark Kettenis <kettenis@gnu.org>
|
2004-07-31 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
|
||||||
|
indentation.
|
||||||
|
|
||||||
* mips-nat.c: Remove file.
|
* mips-nat.c: Remove file.
|
||||||
* Makefile.in (ALLDEPFILES): Remove mips-nat.c
|
* Makefile.in (ALLDEPFILES): Remove mips-nat.c
|
||||||
(mips-nat.o): Remove dependency.
|
(mips-nat.o): Remove dependency.
|
||||||
|
@ -105,7 +105,7 @@ sparc64obsd_pc_in_sigtramp (CORE_ADDR pc, char *name)
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user