summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-25 17:30:09 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-25 17:30:09 +0000
commiteb296a0a03eebd2d73718d31cd0d8a8db0b804de (patch)
tree8164b475320a3a6b8b4340b0225ec3420c6fa403
parentc2efc95d45fd4c76d4650a34a2a2676b87a93ac4 (diff)
downloadqemu-eb296a0a03eebd2d73718d31cd0d8a8db0b804de.tar.gz
Remove the target dependency introduced by previous patch
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3239 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--elf_ops.h2
1 files changed, 1 insertions, 1 deletions
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))