Revision eb296a0a

b/elf_ops.h
146 146
    struct elf_phdr *phdr = NULL, *ph;
147 147
    int size, i, total_size;
148 148
    elf_word mem_size;
149
    target_phys_addr_t addr, low = 0, high = 0;
149
    uint64_t addr, low = 0, high = 0;
150 150
    uint8_t *data = NULL;
151 151

  
152 152
    if (read(fd, &ehdr, sizeof(ehdr)) != sizeof(ehdr))

Also available in: Unified diff