Moved prog_t.count -> prog_t.prog_header_t.count
This commit is contained in:
@@ -164,12 +164,12 @@ typedef struct
|
||||
typedef struct
|
||||
{
|
||||
word start_address;
|
||||
word count;
|
||||
} prog_header_t;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
prog_header_t header;
|
||||
word count;
|
||||
inst_t instructions[];
|
||||
} prog_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user