aboutsummaryrefslogtreecommitdiff
path: root/src/libmach/dwarfdump.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-21 02:03:00 +0000
committerrsc <devnull@localhost>2004-04-21 02:03:00 +0000
commit95f57b01e21feb457e79eaf52d593422c318024f (patch)
treef562eff8530b44bb1a02ecb60d8203beb1bcc800 /src/libmach/dwarfdump.c
parent87a478a361877db7c4f904da527cb72d4eff6de2 (diff)
downloadplan9port-95f57b01e21feb457e79eaf52d593422c318024f.tar.gz
plan9port-95f57b01e21feb457e79eaf52d593422c318024f.tar.bz2
plan9port-95f57b01e21feb457e79eaf52d593422c318024f.zip
Clean up the dwarf code.
Diffstat (limited to 'src/libmach/dwarfdump.c')
-rw-r--r--src/libmach/dwarfdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmach/dwarfdump.c b/src/libmach/dwarfdump.c
index 47c38c37..b894a060 100644
--- a/src/libmach/dwarfdump.c
+++ b/src/libmach/dwarfdump.c
@@ -43,7 +43,7 @@ main(int argc, char **argv)
if(dwarfenum(d, &s) < 0)
sysfatal("dwarfenumall: %r");
- while(dwarfnextsym(d, &s, 1) == 1){
+ while(dwarfnextsym(d, &s) == 1){
switch(s.attrs.tag){
case TagCompileUnit:
print("compileunit %s\n", s.attrs.name);