mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-23 00:29:47 +00:00
More clang warning corrected.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
d70f6b375b
commit
c2de6a2659
@ -73,4 +73,4 @@ uint8_t& EightBit::Bus::reference() {
|
||||
bool rom;
|
||||
auto& value = reference(ADDRESS().word, rom);
|
||||
return LIKELY(!rom) ? referenceDATA(value) : placeDATA(value);
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "stdafx.h"
|
||||
#include "EventArgs.h"
|
||||
|
||||
EightBit::EventArgs EightBit::EventArgs::m_empty;
|
||||
EightBit::EventArgs EightBit::EventArgs::m_empty;
|
||||
|
@ -33,4 +33,4 @@ int EightBit::Memory::loadBinary(
|
||||
file.close();
|
||||
|
||||
return size;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user