diff options
author | malc | 2010-04-07 00:26:22 +0200 |
---|---|---|
committer | malc | 2010-04-07 00:26:22 +0200 |
commit | 98926b0a25446696a4a62184f169b48e133a7a13 (patch) | |
tree | 8a6dcfa45e6b8f8650df70c5dfe9cfb0c2f9b840 /tcg/ppc64 | |
parent | fix 100% cpu utilization when cpu is stopped (diff) | |
download | qemu-98926b0a25446696a4a62184f169b48e133a7a13.tar.gz qemu-98926b0a25446696a4a62184f169b48e133a7a13.tar.xz qemu-98926b0a25446696a4a62184f169b48e133a7a13.zip |
tcg/ppc64: Fix typo
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'tcg/ppc64')
-rw-r--r-- | tcg/ppc64/tcg-target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/ppc64/tcg-target.c b/tcg/ppc64/tcg-target.c index 2725c6e165..0b6c61fbd1 100644 --- a/tcg/ppc64/tcg-target.c +++ b/tcg/ppc64/tcg-target.c @@ -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", |