]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tcg/ppc: Fix typo
authormalc <av1474@comtv.ru>
Mon, 5 Apr 2010 23:10:03 +0000 (03:10 +0400)
committermalc <av1474@comtv.ru>
Mon, 5 Apr 2010 23:10:03 +0000 (03:10 +0400)
Signed-off-by: malc <av1474@comtv.ru>
tcg/ppc/tcg-target.c

index 9fe11bb27262f6c6050f8b94dcf8de1bff169877..6f044d6ff57664cdf04800cea47137128b806dc1 100644 (file)
@@ -51,7 +51,7 @@ static uint8_t *tb_ret_addr;
 static const char * const tcg_target_reg_names[TCG_TARGET_NB_REGS] = {
     "r0",
     "r1",
-    "rp",
+    "r2",
     "r3",
     "r4",
     "r5",