exo: add smcAmsGetEmummcConfig

This commit is contained in:
Michael Scire
2019-06-04 12:31:23 -07:00
parent 1021b4a455
commit 4f8ab5c599
15 changed files with 156 additions and 39 deletions

View File

@@ -819,7 +819,7 @@ strcpy (char *dst0,
#if defined(PREFER_SIZE_OVER_SPEED) || defined(__OPTIMIZE_SIZE__)
char *s = dst0;
while (*dst0++ = *src0++)
while ((*dst0++ = *src0++))
;
return s;