We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac275f4 commit 97ec9d2Copy full SHA for 97ec9d2
configs/example/config.c
@@ -38,7 +38,7 @@ struct config config = {
38
* This configuration has 2 VMs.
39
*/
40
.vmlist_size = 2,
41
- .vmlist = {
+ .vmlist = (struct vm_config[]) {
42
{
43
.image = {
44
.base_addr = 0x80000000,
0 commit comments