Add unreachable return for mingw build.

Change-Id: I8c0c4d7be8f6f28638cc2b5ae8114f5c8f95f94b
This commit is contained in:
Tim Newsome 2018-01-31 16:55:43 -08:00
parent 7114ef485c
commit a80ab87efd
1 changed files with 1 additions and 0 deletions

View File

@ -1542,6 +1542,7 @@ static uint32_t sb_sbaccess(unsigned size_bytes)
return set_field(0, DMI_SBCS_SBACCESS, 4);
}
assert(0);
return 0; /* Make mingw happy. */
}
static target_addr_t sb_read_address(struct target *target)