libr/bin/format/mach0: name consistency

This commit is contained in:
Riccardo Schirone 2014-11-22 20:01:09 -08:00 committed by pancake
parent 971223390e
commit ca32f842ad

View File

@ -478,7 +478,7 @@ static int MACH0_(r_bin_mach0_init_items)(struct MACH0_(r_bin_mach0_obj_t)* bin)
r_buf_fread_at (bin->b, off+8, (void*)&ep,
bin->endian?"2L": "2l", 1);
bin->entry = ep.eo;
sdb_num_set (bin->kv, "entry0", ep.eo, 0);
sdb_num_set (bin->kv, "mach0.entry.offset", off+8, 0);
sdb_num_set (bin->kv, "stacksize", ep.ss, 0);
is_first_thread = R_FALSE;