summaryrefslogtreecommitdiff
path: root/outdbg.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 20:52:26 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 20:52:26 +0000
commit6768eb71d8debde65562619c938b997aea1bd9f9 (patch)
tree93fc4f4a6d66891ace9494b737aa4b2c1bed37ef /outdbg.c
parentd7ed89eac9580f280fe0017b22c8e38ca75ed8e3 (diff)
downloadnasm-6768eb71d8debde65562619c938b997aea1bd9f9.tar.gz
nasm-6768eb71d8debde65562619c938b997aea1bd9f9.tar.bz2
nasm-6768eb71d8debde65562619c938b997aea1bd9f9.zip
NASM 0.95
Diffstat (limited to 'outdbg.c')
-rw-r--r--outdbg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/outdbg.c b/outdbg.c
index a55d3db..e37ebdb 100644
--- a/outdbg.c
+++ b/outdbg.c
@@ -63,8 +63,8 @@ static long dbg_section_names (char *name, int pass, int *bits)
static void dbg_deflabel (char *name, long segment, long offset,
int is_global) {
- fprintf(dbgf,"deflabel %s := %08lx:%08lx %s (%d)\n",name,segment,offset,
- is_global ? "global" : "local", is_global);
+ fprintf(dbgf,"deflabel %s := %08lx:%08lx %s (%d)\n",name,segment,offset,
+ is_global ? "global" : "local", is_global);
}
static void dbg_out (long segto, void *data, unsigned long type,