View | Details | Raw Unified | Return to bug 191453
Collapse All | Expand All

(-)../dbinc/mutex_int.h (-1 / +1 lines)
Lines 596-602 Link Here
596
	 : "=&r" (__r), "+r" (tsl)
596
	 : "=&r" (__r), "+r" (tsl)
597
	 :
597
	 :
598
	 : "cr0", "memory");
598
	 : "cr0", "memory");
599
	 return (int)tsl;
599
	 return (tsl != 0);
600
}
600
}
601
601
602
static inline int
602
static inline int

Return to bug 191453