mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
debugbuf.cpp: Note flaw in design
This commit is contained in:
parent
e80ada6395
commit
7c4db90e25
@ -82,6 +82,8 @@ void debug_disasm_buffer::debug_data_buffer::fill(offs_t lstart, offs_t size) co
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: This buffer tends to hog more memory than necessary for typical disassembly tasks.
|
||||
// If the PC values supplied are far enough apart, the buffer may suddenly increase in size to a gigabyte or more.
|
||||
if(m_buffer.empty()) {
|
||||
m_lstart = lstart;
|
||||
m_lend = lend;
|
||||
|
Loading…
Reference in New Issue
Block a user