Changeset 23599
- Timestamp:
- 04/15/08 14:55:50 (8 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchd_runtime.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd_runtime.c
r23593 r23599 1037 1037 tmp_options = options; 1038 1038 1039 /* It looks like the compiler doesn't optimize switch(unlikely(...)) */1039 /* It looks like the compiler doesn't optimize switch(unlikely(...)) See: 5691066 */ 1040 1040 if (unlikely(mr)) switch (mr) { 1041 1041 case MACH_SEND_INVALID_DEST:

