Do some misc cleanup of output.c

This commit is contained in:
ISSOtm
2020-02-03 22:52:46 +01:00
parent d0278d8663
commit bfdbd00092
2 changed files with 17 additions and 50 deletions

View File

@@ -13,9 +13,11 @@
#include "asm/rpn.h"
#include "linkdefs.h"
struct Section {
char *pzName;
uint8_t nType;
enum SectionType nType;
uint32_t nPC;
uint32_t nOrg;
uint32_t nBank;