Commit 3db9a757 authored by Mike Gabriel's avatar Mike Gabriel

hw/nxagent/Handlers.c: Regression fix since 6051dec4. Close unclosed '#ifdef TEST'.

parent 9de3d26e
...@@ -756,6 +756,7 @@ void nxagentShadowBlockHandler(void * data, struct timeval **timeout, void * mas ...@@ -756,6 +756,7 @@ void nxagentShadowBlockHandler(void * data, struct timeval **timeout, void * mas
else if (0 == nxagentOption(SleepTime)) { else if (0 == nxagentOption(SleepTime)) {
fprintf(stderr, "nxagentBlockHandler: not sleeping for slowdown.\n"); fprintf(stderr, "nxagentBlockHandler: not sleeping for slowdown.\n");
} }
#endif
#ifndef __CYGWIN32__ #ifndef __CYGWIN32__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment