aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/thread_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/thread_state.h')
-rw-r--r--sysdeps/mach/thread_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/thread_state.h b/sysdeps/mach/thread_state.h
index 2c3bd39f0c..b3977e3490 100644
--- a/sysdeps/mach/thread_state.h
+++ b/sysdeps/mach/thread_state.h
@@ -82,8 +82,8 @@ machine_get_basic_state (thread_t thread,
count = MACHINE_THREAD_STATE_COUNT;
if (__thread_get_state (thread, MACHINE_THREAD_STATE_FLAVOR,
(natural_t *) &state->basic,
- &count) != KERN_SUCCESS ||
- count != MACHINE_THREAD_STATE_COUNT)
+ &count) != KERN_SUCCESS
+ || count != MACHINE_THREAD_STATE_COUNT)
/* What kind of thread?? */
return 0; /* XXX */