]> git.proxmox.com Git - qemu.git/commitdiff
tcg/ppc64: Fix typo
authormalc <av1474@comtv.ru>
Tue, 6 Apr 2010 22:26:22 +0000 (02:26 +0400)
committermalc <av1474@comtv.ru>
Tue, 6 Apr 2010 22:26:22 +0000 (02:26 +0400)
Signed-off-by: malc <av1474@comtv.ru>
tcg/ppc64/tcg-target.c

index 2725c6e165dd79620538ef5b32e640f071187563..0b6c61fbd1eb2a7f4464f49d6f3342449fd53929 100644 (file)
@@ -50,7 +50,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",