[kaffe] CVS kaffe (robilad): small warning fixes
Kaffe CVS
cvs-commits at kaffe.org
Sat Apr 22 18:58:40 PDT 2006
PatchSet 7266
Date: 2006/04/23 01:48:15
Author: robilad
Branch: HEAD
Tag: (none)
Log:
small warning fixes
2006-04-23 Dalibor Topic <robilad at kaffe.org>
* config/powerpc/jit3-powerpc.def: Fixed small powerpc
jitter debug message format warnings.
Members:
ChangeLog:1.4771->1.4772
config/powerpc/jit3-powerpc.def:1.10->1.11
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4771 kaffe/ChangeLog:1.4772
--- kaffe/ChangeLog:1.4771 Sun Apr 23 01:32:11 2006
+++ kaffe/ChangeLog Sun Apr 23 01:48:15 2006
@@ -1,5 +1,10 @@
2006-04-23 Dalibor Topic <robilad at kaffe.org>
+ * config/powerpc/jit3-powerpc.def: Fixed small powerpc
+ jitter debug message format warnings.
+
+2006-04-23 Dalibor Topic <robilad at kaffe.org>
+
* kaffe/kaffevm/classMethod.c (getMethodCodeStart)
(setMethodCodeStart): Replace struct _jitCodeHeader
by jitCodeHeader, which is then suitably defined in
Index: kaffe/config/powerpc/jit3-powerpc.def
diff -u kaffe/config/powerpc/jit3-powerpc.def:1.10 kaffe/config/powerpc/jit3-powerpc.def:1.11
--- kaffe/config/powerpc/jit3-powerpc.def:1.10 Sat Sep 3 09:30:22 2005
+++ kaffe/config/powerpc/jit3-powerpc.def Sun Apr 23 01:48:18 2006
@@ -1554,7 +1554,7 @@
l->from = CODEPC;
LOUT(0);
- debug((DBOUT,"build_code_ref (@0x%x to 0x%x)\n", l->at, KaffeJIT3_getLabelName(l)));
+ debug((DBOUT,"build_code_ref (@0x%x to %s)\n", l->at, KaffeJIT3_getLabelName(l)));
}
/* --------------------------------------------------------------------- */
@@ -1703,7 +1703,7 @@
l->from = CODEPC;
LOUT(ppc_op_b(0) | PPC_OPTION_LK);
- debug((DBOUT,"call_ref %p\n",l->to));
+ debug((DBOUT,"call_ref %p\n",(void *)l->to));
}
define_insn(call, call_xRC)
More information about the kaffe
mailing list