diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-25 17:30:09 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-25 17:30:09 +0000 |
commit | eb296a0a03eebd2d73718d31cd0d8a8db0b804de (patch) | |
tree | 8164b475320a3a6b8b4340b0225ec3420c6fa403 /elf_ops.h | |
parent | c2efc95d45fd4c76d4650a34a2a2676b87a93ac4 (diff) |
Remove the target dependency introduced by previous patch
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3239 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'elf_ops.h')
-rw-r--r-- | elf_ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |