mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
points.cpp: Minor correction to aef90f0db9
This commit is contained in:
parent
aef90f0db9
commit
df7e7c4edf
@ -387,7 +387,7 @@ void debug_watchpoint::triggered(read_or_write type, offs_t address, u64 data, u
|
||||
m_index,
|
||||
size * unit_size / 4,
|
||||
data,
|
||||
m_space.addr_width() / 4,
|
||||
(m_space.addr_width() + 3) / 4,
|
||||
address);
|
||||
|
||||
const device_state_interface *state;
|
||||
|
Loading…
Reference in New Issue
Block a user