mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 15:31:02 +00:00
Fix formatting
This commit is contained in:
@@ -70,8 +70,9 @@ inline void write_io_status(const emulator_object<IO_STATUS_BLOCK<EmulatorTraits
|
||||
{
|
||||
if (io_status_block)
|
||||
{
|
||||
io_status_block.access(
|
||||
[&](IO_STATUS_BLOCK<EmulatorTraits<Emu64>>& status_block) { status_block.Status = status; });
|
||||
io_status_block.access([&](IO_STATUS_BLOCK<EmulatorTraits<Emu64>>& status_block) {
|
||||
status_block.Status = status; //
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user