Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/ssp.c')
-rw-r--r--winsup/utils/ssp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/ssp.c b/winsup/utils/ssp.c
index 779b31775..4c98eefa9 100644
--- a/winsup/utils/ssp.c
+++ b/winsup/utils/ssp.c
@@ -465,7 +465,7 @@ run_program (char *cmdline)
thread_return_address[tix] = rv;
}
set_step_threads (event.dwThreadId, stepping_enabled);
- /* fall-through */
+ /*FALLTHRU*/
case STATUS_SINGLE_STEP:
opcode_count++;
pc = (CONTEXT_REG)event.u.Exception.ExceptionRecord.ExceptionAddress;