Mercurial > hg > index.cgi
comparison lwasm/lwasm.h @ 61:ccaecdff3fc2
Make structure definitions not affect current assembly address and fix up cosmetic offset display in listings
author | lost@l-w.ca |
---|---|
date | Wed, 06 Apr 2011 21:35:49 -0600 |
parents | cb4efc47ce9d |
children | ceab04fd2969 |
comparison
equal
deleted
inserted
replaced
60:9ded7e6fc1b0 | 61:ccaecdff3fc2 |
---|---|
280 lw_stack_t file_dir; // stack of the "current file" dir | 280 lw_stack_t file_dir; // stack of the "current file" dir |
281 lw_stack_t includelist; | 281 lw_stack_t includelist; |
282 | 282 |
283 structtab_t *structs; // defined structures | 283 structtab_t *structs; // defined structures |
284 structtab_t *cstruct; // current structure | 284 structtab_t *cstruct; // current structure |
285 | 285 lw_expr_t savedaddr; // old address counter before struct started |
286 int exportcheck; // set if we need to collapse out the section base to 0 | 286 int exportcheck; // set if we need to collapse out the section base to 0 |
287 }; | 287 }; |
288 | 288 |
289 #ifndef ___symbol_c_seen___ | 289 #ifndef ___symbol_c_seen___ |
290 | 290 |