mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
mips1: fix Clang compile (nw)
This commit is contained in:
parent
c7022e32ed
commit
80a5e7f43f
@ -722,7 +722,7 @@ void mips1core_device_base::execute_run()
|
|||||||
length = 4095;
|
length = 4095;
|
||||||
while (length)
|
while (length)
|
||||||
{
|
{
|
||||||
load<u8>(ptr, [this](char c) { printf("%c", c); });
|
load<u8>(ptr, [](char c) { printf("%c", c); });
|
||||||
ptr++;
|
ptr++;
|
||||||
length--;
|
length--;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user