diff options
Diffstat (limited to 'nasm.h')
-rw-r--r-- | nasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ typedef struct { int32_t segment; int64_t offset; int known; -} loc_t; +} cloc_t; /* * Expression-evaluator datatype. Expressions, within the |