Add unreachable return for mingw build.
Change-Id: I8c0c4d7be8f6f28638cc2b5ae8114f5c8f95f94b
This commit is contained in:
parent
7114ef485c
commit
a80ab87efd
|
@ -1542,6 +1542,7 @@ static uint32_t sb_sbaccess(unsigned size_bytes)
|
||||||
return set_field(0, DMI_SBCS_SBACCESS, 4);
|
return set_field(0, DMI_SBCS_SBACCESS, 4);
|
||||||
}
|
}
|
||||||
assert(0);
|
assert(0);
|
||||||
|
return 0; /* Make mingw happy. */
|
||||||
}
|
}
|
||||||
|
|
||||||
static target_addr_t sb_read_address(struct target *target)
|
static target_addr_t sb_read_address(struct target *target)
|
||||||
|
|
Loading…
Reference in New Issue