AcessNative - Work on the ELF Loader
[tpg/acess2.git] / AcessNative / ld-acess.so_src / elf.h
index 2527e99..77be918 100644 (file)
@@ -108,7 +108,7 @@ struct sElf32_Shent {
 struct elf_sym_s {\r
        union {\r
                uint32_t        nameOfs;\r
-               char    *name;\r
+               uint32_t        name;\r
        };\r
        uint32_t        value;  //Address\r
        uint32_t        size;\r

UCC git Repository :: git.ucc.asn.au