mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-10 10:29:43 +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;
|
bool rom;
|
||||||
auto& value = reference(ADDRESS().word, rom);
|
auto& value = reference(ADDRESS().word, rom);
|
||||||
return LIKELY(!rom) ? referenceDATA(value) : placeDATA(value);
|
return LIKELY(!rom) ? referenceDATA(value) : placeDATA(value);
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "EventArgs.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();
|
file.close();
|
||||||
|
|
||||||
return size;
|
return size;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user