4510 support: fixed some cosmetical stuff and documentation

This commit is contained in:
Sven Oliver Moll
2016-08-29 23:29:31 +02:00
parent 0538184699
commit 91f8e09bcc
4 changed files with 36 additions and 33 deletions

View File

@@ -1170,7 +1170,7 @@ Again:
CurTok.Tok = TOK_S;
return;
}
/* fall through */
/* FALL THROUGH */
default:
if (CPU == CPU_SWEET16 &&
(CurTok.IVal = Sweet16Reg (&CurTok.SVal)) >= 0) {