diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-07-31 05:25:52 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-07-31 05:25:52 +0000 |
| commit | 2f6a179eb910129fb812c1ad1bdc300da1203dc0 (patch) | |
| tree | 3c7d97e9ca0908009975110f9e81890b3ab78678 /lib/libthread_db/arch | |
| parent | c1695335d111298519bf4927104bb535d3b89599 (diff) | |
Notes
Diffstat (limited to 'lib/libthread_db/arch')
| -rw-r--r-- | lib/libthread_db/arch/arm/libpthread_md.c | 2 | ||||
| -rw-r--r-- | lib/libthread_db/arch/powerpc/libpthread_md.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/libthread_db/arch/arm/libpthread_md.c b/lib/libthread_db/arch/arm/libpthread_md.c index a444598c24dd..88a804f060d7 100644 --- a/lib/libthread_db/arch/arm/libpthread_md.c +++ b/lib/libthread_db/arch/arm/libpthread_md.c @@ -97,7 +97,6 @@ pt_fpreg_to_ucontext(const struct fpreg *r, ucontext_t *uc) void pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r) { - const mcontext_t *mc = &uc->uc_mcontext; /* XXX */ memset(r, 0, sizeof(*r)); @@ -113,4 +112,5 @@ pt_reg_sstep(struct reg *reg, int step) { /* XXX */ + return (0); } diff --git a/lib/libthread_db/arch/powerpc/libpthread_md.c b/lib/libthread_db/arch/powerpc/libpthread_md.c index a8a95bd7aa48..955cc8ed4800 100644 --- a/lib/libthread_db/arch/powerpc/libpthread_md.c +++ b/lib/libthread_db/arch/powerpc/libpthread_md.c @@ -80,4 +80,5 @@ pt_reg_sstep(struct reg *reg, int step) { /* XXX */ + return (0); } |
