qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC v2 10/34] include/exec: Split target_long def to n


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC v2 10/34] include/exec: Split target_long def to new header
Date: Mon, 1 Jun 2015 16:39:03 -0400 (EDT)

> > He later #defines target_{,u}long to e.g. arm_target_{,u}long.
> 
> Ok, here's where I'm not liking things.  It shouldn't be a typedef in some
> places and a define others.  From this description, it sounds like it ought
> to always be a define.

target_long expands to arm_target_long, which in turn is a typedef
provided by include/exec/target_long.h.  See the "multi-arch"izing
patches for arm and microblaze.

Paolo



reply via email to

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