qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 10/19] target/mips: Add !CONFIG_USER_ONLY comment after #endi


From: Richard Henderson
Subject: Re: [PATCH 10/19] target/mips: Add !CONFIG_USER_ONLY comment after #endif
Date: Tue, 8 Dec 2020 15:59:48 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 12/6/20 5:39 PM, Philippe Mathieu-Daudé wrote:
> To help understand ifdef'ry, add comment after #endif.

This does more than that.

> @@ -550,9 +552,7 @@ hwaddr mips_cpu_get_phys_page_debug(CPUState *cs, vaddr 
> addr)
>      }
>      return phys_addr;
>  }
> -#endif
>  
> -#if !defined(CONFIG_USER_ONLY)


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]