Changeset 26255
- Timestamp:
- 07/04/08 20:10:13 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
haiku/branches/developer/bonefish/vm/src/system/kernel/elf.cpp
r25812 r26255 128 128 struct elf_image_info *image; 129 129 130 ASSERT_LOCKED_MUTEX(&sImageMutex); 130 #if KDEBUG 131 if (!debug_debugger_running()) 132 ASSERT_LOCKED_MUTEX(&sImageMutex); 133 #endif 131 134 132 135 hash_open(sImagesHash, &iterator);
