Skip to content

Commit

Permalink
fix: Add an entry to vmlist parameter in null config
Browse files Browse the repository at this point in the history
With the changes to the type of vmlist, the system fails to build to
generate the headers without adding an entry to the new vmlist array.

Signed-off-by: Miguel Silva <[email protected]>
  • Loading branch information
miguelafsilva5 authored and josecm committed May 22, 2024
1 parent 2a7e9c1 commit b837593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/null/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ struct config config = {
*/
.vmlist_size = 1,

.vmlist = (struct vm_config[]){ {.entry = 0 } },

};

0 comments on commit b837593

Please sign in to comment.