Silence compiler warning.

This commit is contained in:
Christian Speckner 2017-12-05 21:20:27 +01:00
parent 2b5416eade
commit 833c4de688
1 changed files with 2 additions and 0 deletions

View File

@ -355,6 +355,8 @@ bool Thumbulator::isProtected(uInt32 addr)
case ConfigureFor::BUS:
return (addr < 0x06d8) && (addr > 0x0028);
}
return false;
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -