/*
- * Copyright (c) 2000-2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2012 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
int
enable_branch_tracing(void)
{
-#ifndef i386
struct proc *p;
if (-1 != pc_sample_pid) {
p = proc_find(pc_sample_pid);
return 1;
-#else
- return 0;
-#endif
}
int