mirror of https://github.com/stella-emu/stella.git
Silence compiler warning.
This commit is contained in:
parent
2b5416eade
commit
833c4de688
|
@ -355,6 +355,8 @@ bool Thumbulator::isProtected(uInt32 addr)
|
|||
case ConfigureFor::BUS:
|
||||
return (addr < 0x06d8) && (addr > 0x0028);
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
Loading…
Reference in New Issue