Update of /cvsroot/hppaqemu/hppaqemu/target-hppa
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv12782
Modified Files:
translate.c
Log Message:
Compilation fix.
Index: translate.c
===================================================================
RCS file: /cvsroot/hppaqemu/hppaqemu/target-hppa/translate.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- translate.c 23 Feb 2008 14:29:23 -0000 1.50
+++ translate.c 23 Feb 2008 20:57:32 -0000 1.51
@@ -669,7 +669,7 @@
}
static void gen_branch(DisasContext *dc, long tb,
-static void gen_branch(DisasContext *dc, long tb, target_ulong pc, target_ulong npc)
+ target_ulong pc, target_ulong npc)
{
gen_goto_tb(dc, tb, pc, npc);
}
|