On 5 October 2013 07:50, Corey J. Boyle <co...@kansanian.com> wrote:
> From: "Corey J. Boyle" <co...@kansanian.com>
>
> Use target address rather than host address when performing
> non-GOT relocations
>
> Signed-off-by: Corey J. Boyle <co...@kansanian.com>
> ---
>  linux-user/flatload.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/linux-user/flatload.c b/linux-user/flatload.c
> index 58f679e..c13a201 100644
> --- a/linux-user/flatload.c
> +++ b/linux-user/flatload.c
> @@ -44,7 +44,7 @@
>  #define ntohl(x) be32_to_cpu(x)
>  #include <target_flat.h>
>
> -//#define DEBUG
> +#define DEBUG

I assume you didn't mean to leave debugging enabled...

thanks
-- PMM

Reply via email to