diff options
| author | rsc <devnull@localhost> | 2004-12-25 22:03:28 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-12-25 22:03:28 +0000 |
| commit | 1cc215aaf92a6cf3cea436f2c215a84839fd59bc (patch) | |
| tree | dd8524135949b5bd7b3cb3b23e02b09f9646891e /src/libmach/machpower.c | |
| parent | cdf1805191ba4ab5b8fbb1697a95fe0d32e25ee6 (diff) | |
| download | plan9port-1cc215aaf92a6cf3cea436f2c215a84839fd59bc.tar.gz plan9port-1cc215aaf92a6cf3cea436f2c215a84839fd59bc.zip | |
better unwinding for 386.
command-line extraction from core files on linux and freebsd.
move linux ureg into ureg386.h (used in many places).
Diffstat (limited to 'src/libmach/machpower.c')
| -rw-r--r-- | src/libmach/machpower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmach/machpower.c b/src/libmach/machpower.c index c704be7f..61917216 100644 --- a/src/libmach/machpower.c +++ b/src/libmach/machpower.c @@ -1337,7 +1337,7 @@ static char *powerwindregs[] = }; static int -powerunwind(Map *map, Regs *regs, ulong *next) +powerunwind(Map *map, Regs *regs, ulong *next, Symbol *sym) { /* * This is tremendously hard. The best we're going to |
