mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
Compile fix.
This commit is contained in:
parent
838b3b13c2
commit
e338ba361a
@ -130,7 +130,7 @@ extern profiler_state global_profiler;
|
||||
#define profiler_mark_end() do { } while (0)
|
||||
#define profiler_start() do { } while (0)
|
||||
#define profiler_stop() do { } while (0)
|
||||
#define profiler_get_text(x,s) astring_reset(s)
|
||||
#define profiler_get_text(x,s) (s).reset()
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user