|
From: <sv...@va...> - 2005-12-05 14:26:18
|
Author: sewardj
Date: 2005-12-05 14:26:09 +0000 (Mon, 05 Dec 2005)
New Revision: 1483
Log:
prototype wibble
Modified:
branches/FNWRAP/priv/guest-ppc32/toIR.c
Modified: branches/FNWRAP/priv/guest-ppc32/toIR.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/FNWRAP/priv/guest-ppc32/toIR.c 2005-12-02 16:03:46 UTC (rev =
1482)
+++ branches/FNWRAP/priv/guest-ppc32/toIR.c 2005-12-05 14:26:09 UTC (rev =
1483)
@@ -365,7 +365,7 @@
return mask;
}
=20
-static Addr64 nextInsnAddr() { return guest_CIA_curr_instr + 4; }
+static Addr64 nextInsnAddr(void) { return guest_CIA_curr_instr + 4; }
=20
=20
/*------------------------------------------------------------*/
|