summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-01 17:04:36 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-01 17:05:34 +0100
commit61100f6fc62766a3ee25484f381ac5425687cf58 (patch)
tree4c438bc8ab01d0011358f5827f0cd56dd410eeab /bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx
parentlp#726529 and #i117017#: clarified origin of assembler code (diff)
downloadcore-61100f6fc62766a3ee25484f381ac5425687cf58.tar.gz
core-61100f6fc62766a3ee25484f381ac5425687cf58.zip
Move CMC_DEBUG to OSL_DEBUG_LEVEL 3
This level means 'ultra-verbose'.
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx b/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx
index 4974bf3f0e82..071170190397 100644
--- a/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx
@@ -106,7 +106,7 @@ void callVirtualMethod(void * pThis, sal_uInt32 nVtableIndex,
pMethod += 4 * nVtableIndex;
pMethod = *((sal_uInt32 *)pMethod);
-#ifdef CMC_DEBUG
+#ifdef OSL_DEBUG_LEVEL > 2
fprintf(stderr, "this is %p\n", pGPR[0]);
for (int i = 0; i < hppa::MAX_GPR_REGS ; ++i)
fprintf(stderr, "normal reg %d is %d %x\n", i, pGPR[i], pGPR[i]);