summaryrefslogtreecommitdiffstats
path: root/vm/AtomicCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vm/AtomicCache.cpp')
-rw-r--r--vm/AtomicCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/AtomicCache.cpp b/vm/AtomicCache.cpp
index a6f48c2c7..28fcbfef0 100644
--- a/vm/AtomicCache.cpp
+++ b/vm/AtomicCache.cpp
@@ -156,7 +156,7 @@ void dvmUpdateAtomicCache(u4 key1, u4 key2, u4 value, AtomicCacheEntry* pEntry,
newVersion, newVersion & ~ATOMIC_LOCK_FLAG,
(volatile s4*) &pEntry->version) != 0)
{
- //LOGE("unable to reset the instanceof cache ownership\n");
+ //LOGE("unable to reset the instanceof cache ownership");
dvmAbort();
}
}