On 10/1/25 10:54, Philippe Mathieu-Daudé wrote:
Commit fb3ecb7ea40 ("exec: Exclude non portable function for
MinGW") guarded cpu_physical_memory_set_dirty_lebitmap() within
_WIN32 #ifdef'ry because of the non-portable ffsl() call, which
was later replaced for the same reason by commit 7224f66ec3c
("exec: replace ffsl with ctzl"); we don't need that anymore.

Reported-by: Richard Henderson <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
  include/system/ram_addr.h | 3 ---
  1 file changed, 3 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>


r~

Reply via email to