- removed extra paren that caused SHOW_IPS to fail

This commit is contained in:
Bryce Denney 2001-05-30 13:23:33 +00:00
parent 3a4c16b2fe
commit a765644750

View File

@ -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);