Revert "[Tizen] Add codes for Dali Windows Backend"
[platform/core/uifw/dali-core.git] / dali / public-api / object / ref-object.cpp
index ab296fe..3060f4b 100644 (file)
@@ -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"