mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
Fix preprocessor guard condition
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4959 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
95153fde07
commit
880e52b8b0
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ static void *qemu_st_helpers[4] = {
|
||||||
static void tcg_out_tlb_read (TCGContext *s, int r0, int r1, int r2,
|
static void tcg_out_tlb_read (TCGContext *s, int r0, int r1, int r2,
|
||||||
int addr_reg, int s_bits, int offset)
|
int addr_reg, int s_bits, int offset)
|
||||||
{
|
{
|
||||||
#ifdef TARGET_LONG_BITS
|
#if TARGET_LONG_BITS == 32
|
||||||
tcg_out_rld (s, RLDICL, addr_reg, addr_reg, 0, 32);
|
tcg_out_rld (s, RLDICL, addr_reg, addr_reg, 0, 32);
|
||||||
|
|
||||||
tcg_out32 (s, (RLWINM
|
tcg_out32 (s, (RLWINM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue