From b9abc48ed04c21728d77933e69c6e6d007aa326f Mon Sep 17 00:00:00 2001 From: jaortega Date: Sun, 17 Dec 2000 20:59:45 +0000 Subject: (mix_vm_t) new member address_table to speedup lookup of which line number corresponds to a given address. --- mixlib/xmix_vm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mixlib/xmix_vm.h b/mixlib/xmix_vm.h index ea2db61..a13ecc6 100644 --- a/mixlib/xmix_vm.h +++ b/mixlib/xmix_vm.h @@ -41,6 +41,7 @@ struct mix_vm_t mix_device_t * devices[BD_NO_]; mix_address_t start_addr; /* start address of loaded file */ GTree *line_table; /* source line no -> address */ + GTree *address_table; /* adress -> source line no */ gint8 bp[MEM_CELLS_NO_/8]; /* each bit signals a break point */ mix_symbol_table_t *symbol_table; }; -- cgit v1.2.3