More clang warnings corrected.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2017-11-30 23:15:40 +00:00
parent 4b2d84dba3
commit 12385dcc6f
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -61,6 +61,7 @@ namespace EightBit {
protected:
IntelProcessor(Bus& bus);
virtual ~IntelProcessor() = default;
template<class T> static void adjustSign(uint8_t& f, uint8_t value) {
setFlag(f, T::SF, value & T::SF);