summaryrefslogtreecommitdiff
path: root/rdoff/ldsegs.h
diff options
context:
space:
mode:
authorKeith Kanios <spook@dynatos.net>2007-04-13 16:47:53 +0000
committerKeith Kanios <spook@dynatos.net>2007-04-13 16:47:53 +0000
commita6dfa78b7805673b2b4955a9f34e21825730f79d (patch)
treee92c44a08121248c0789b63d41908b402fcb891e /rdoff/ldsegs.h
parent2cc61b34f0bc87010a649159f62d37d5ed529ee4 (diff)
downloadnasm-a6dfa78b7805673b2b4955a9f34e21825730f79d.tar.gz
Fixed distinction between char and int8_t data types.
Diffstat (limited to 'rdoff/ldsegs.h')
-rw-r--r--rdoff/ldsegs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdoff/ldsegs.h b/rdoff/ldsegs.h
index 83ce71ba..70503764 100644
--- a/rdoff/ldsegs.h
+++ b/rdoff/ldsegs.h
@@ -10,7 +10,7 @@
struct segconfig {
uint16_t typelow, typehi; /* range of seg nos for which this is valid */
- int8_t *typedesc; /* a description of the segment type */
+ char *typedesc; /* a description of the segment type */
uint16_t dowhat; /* one of the SEG_xxxx values below */
uint16_t mergetype; /* if SEG_MERGE what type segment do we merge
with?