projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
656acdd
)
tcg/ppc: Remove tcg_out_addi
author
malc
<av1474@comtv.ru>
Mon, 27 Jun 2011 22:26:06 +0000
(
02:26
+0400)
committer
malc
<av1474@comtv.ru>
Mon, 27 Jun 2011 22:26:06 +0000
(
02:26
+0400)
The only user (within tcg.c) was removed
Signed-off-by: malc <av1474@comtv.ru>
tcg/ppc/tcg-target.c
patch
|
blob
|
history
diff --git
a/tcg/ppc/tcg-target.c
b/tcg/ppc/tcg-target.c
index dde4e1857014f166589a3c55dd7fb8f41d95926e..0cd887383db98a693ae2344d7c7506cc7a19c884 100644
(file)
--- a/
tcg/ppc/tcg-target.c
+++ b/
tcg/ppc/tcg-target.c
@@
-982,11
+982,6
@@
static void ppc_addi (TCGContext *s, int rt, int ra, tcg_target_long si)
}
}
-static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val)
-{
- ppc_addi (s, reg, reg, val);
-}
-
static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2,
int const_arg2, int cr)
{