X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fobject%2Fref-object.cpp;h=3060f4b48889676c987523013017b3f7b4e60bee;hb=649ec06daecb510fb84fe4642a6af957f127e7ab;hp=ab296fec68829d0da7f64c6c97aeea913ed433c2;hpb=d7d135489b9892e2275423ced40596cd7d30aa31;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/object/ref-object.cpp b/dali/public-api/object/ref-object.cpp index ab296fe..3060f4b 100644 --- a/dali/public-api/object/ref-object.cpp +++ b/dali/public-api/object/ref-object.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -42,7 +42,7 @@ RefObject::~RefObject() #ifdef ENABLE_DEBUG if(mCount) { - DALI_LOG_ERROR("mCount should be zero, deleting referenced object!"); + DALI_LOG_ERROR("mCount should be zero, deleting referenced object!\n"); } #endif // ENABLE_DEBUG } @@ -115,7 +115,7 @@ void RefObject::Unreference() #if defined __aarch64__ asm volatile( - "1:\ldxr %w[newValue], %[address] \n\t" + "1:\tldxr %w[newValue], %[address] \n\t" "sub %w[newValue], %w[newValue], %[one] \n\t" "stxr w2, %w[newValue], %[address] \n\t" "cbnz w2, 1b \n\t"