- removed extra paren that caused SHOW_IPS to fail
This commit is contained in:
parent
3a4c16b2fe
commit
a765644750
@ -1220,7 +1220,7 @@ bx_signal_handler( int signum)
|
||||
extern unsigned long ips_count;
|
||||
|
||||
if (signum == SIGALRM ) {
|
||||
BX_INFO((("ips = %lu\n", ips_count));
|
||||
BX_INFO(("ips = %lu\n", ips_count));
|
||||
ips_count = 0;
|
||||
#ifndef __MINGW32__
|
||||
signal(SIGALRM, bx_signal_handler);
|
||||
|
Loading…
x
Reference in New Issue
Block a user