Skip to content

Commit

Permalink
Misc. fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos-Descalzi committed Aug 15, 2021
1 parent 4f306ea commit 4ae0bcc
Show file tree
Hide file tree
Showing 14 changed files with 161 additions and 308 deletions.
2 changes: 1 addition & 1 deletion board/minfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

typedef struct __attribute__((__packed__)) {
uint32_t entry_count;
MemoryRegion regions[1];
MemoryRegion regions[];
} MemoryInfo;

void minfo_iterate_regions(MemRegionVisitor visitor, void *user_data){
Expand Down
Loading

0 comments on commit 4ae0bcc

Please sign in to comment.