From: blueswir1 Date: Tue, 25 Sep 2007 17:30:09 +0000 (+0000) Subject: Remove the target dependency introduced by previous patch X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eb296a0a03eebd2d73718d31cd0d8a8db0b804de;p=qemu.git Remove the target dependency introduced by previous patch git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3239 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/elf_ops.h b/elf_ops.h index fe2ef9ba9a..173d12f05a 100644 --- a/elf_ops.h +++ b/elf_ops.h @@ -146,7 +146,7 @@ int glue(load_elf, SZ)(int fd, int64_t virt_to_phys_addend, struct elf_phdr *phdr = NULL, *ph; int size, i, total_size; elf_word mem_size; - target_phys_addr_t addr, low = 0, high = 0; + uint64_t addr, low = 0, high = 0; uint8_t *data = NULL; if (read(fd, &ehdr, sizeof(ehdr)) != sizeof(ehdr))