David Rose 20 years ago
parent
commit
e16fabea35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/express/reMutex.I

+ 1 - 1
panda/src/express/reMutex.I

@@ -290,7 +290,7 @@ release() const {
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 INLINE bool ReMutex::
 INLINE bool ReMutex::
 debug_is_locked() const {
 debug_is_locked() const {
-  return is_locked();
+  return true;
 }
 }
 
 
 #endif  // !THREAD_DUMMY_IMPL || CHECK_REENTRANT_MUTEX
 #endif  // !THREAD_DUMMY_IMPL || CHECK_REENTRANT_MUTEX