OSDN Git Service

Build fix
authorDmitriy Ivanov <dimitry@google.com>
Wed, 2 Jul 2014 23:05:24 +0000 (16:05 -0700)
committerDmitriy Ivanov <dimitry@google.com>
Wed, 2 Jul 2014 23:06:50 +0000 (16:06 -0700)
Change-Id: Ib43e0f055e3c5f07b50393bfcab9738454835ac3

linker/linker.cpp

index 2065231..8cf9fea 100644 (file)
@@ -857,7 +857,7 @@ soinfo* do_dlopen(const char* name, int flags, const android_dlextinfo* extinfo)
     return NULL;
   }
   if (extinfo != NULL && ((extinfo->flags & ~(ANDROID_DLEXT_VALID_FLAG_BITS)) != 0)) {
-    DL_ERR("invalid extended flags to android_dlopen_ext: %llx", extinfo->flags);
+    DL_ERR("invalid extended flags to android_dlopen_ext: %x", extinfo->flags);
     return NULL;
   }
   protect_data(PROT_READ | PROT_WRITE);