mirror of
https://github.com/holub/mame
synced 2025-05-20 04:39:11 +03:00
Remove osd_break_into_debugger in unidasm. This should be part of
libocore.
This commit is contained in:
parent
1390af8fa4
commit
61b3b38259
@ -346,12 +346,6 @@ void free_file_line(void *memory, const char *file, int line)
|
||||
}
|
||||
|
||||
|
||||
void osd_break_into_debugger(const char *text)
|
||||
{
|
||||
/* we don't have a complete debugger to break in */
|
||||
}
|
||||
|
||||
|
||||
void CLIB_DECL logerror(const char *format, ...)
|
||||
{
|
||||
/* silent logerrors are allowed in disassemblers */
|
||||
|
Loading…
Reference in New Issue
Block a user