*thwack*! all the world's not i386.

Pointy hat to:	des
This commit is contained in:
des 2006-03-29 12:29:01 +00:00
parent fd2f2128d5
commit c3c1cc1abc

View File

@ -46,8 +46,10 @@ reloc_jmpslot(Elf_Addr *where, Elf_Addr target,
const struct Struct_Obj_Entry *obj,
const struct Struct_Obj_Entry *refobj, const Elf_Rel *rel)
{
#ifdef dbg
dbg("reloc_jmpslot: *%p = %p", (void *)(where),
(void *)(target));
#endif
(*(Elf_Addr *)(where) = (Elf_Addr)(target));
return target;
}