[Libreoffice-commits] core.git: bridges/source
Tor Lillqvist
tml at collabora.com
Sat Dec 21 16:23:16 PST 2013
bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno-arm.cxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit b0a9c3c71d39291f47d7154c42aee3c9b3ccea22
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Dec 22 02:18:03 2013 +0200
Log a bit more information in codeSnippet()
Change-Id: Ifecfd55ed7f6a48f1cfea8182a40e8568dfc4780
diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno-arm.cxx b/bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno-arm.cxx
index b873dac..5de27f8 100644
--- a/bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno-arm.cxx
+++ b/bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno-arm.cxx
@@ -484,10 +484,7 @@ namespace
int index = functionIndex*nVtableOffsets*2 + vtableOffset*2 + bHasHiddenParam;
unsigned char *result = ((unsigned char *) &codeSnippets) + codeSnippets[index];
- SAL_INFO( "bridges.ios",
- "codeSnippet: [" <<
- functionIndex << "," << vtableOffset << "," << bHasHiddenParam << "]=" <<
- (void *) result);
+ SAL_INFO( "bridges.ios", "codeSnippet: [" << functionIndex << "," << vtableOffset << "," << (int)bHasHiddenParam << "]=" << (void *) result << " (" << std::hex << ((int*)result)[0] << "," << ((int*)result)[1] << "," << ((int*)result)[2] << "," << ((int*)result)[3] << ")");
return result;
}
More information about the Libreoffice-commits
mailing list