Skip to content

Commit 97ec9d2

Browse files
joaopeixoto13DavidMCerdeira
authored andcommitted
fix(configs/example): add missing explicit cast
Signed-off-by: João Peixoto <[email protected]>
1 parent ac275f4 commit 97ec9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/example/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct config config = {
3838
* This configuration has 2 VMs.
3939
*/
4040
.vmlist_size = 2,
41-
.vmlist = {
41+
.vmlist = (struct vm_config[]) {
4242
{
4343
.image = {
4444
.base_addr = 0x80000000,

0 commit comments

Comments
 (0)