diff options
Diffstat (limited to 'mixlib/xmix_vm.h')
-rw-r--r-- | mixlib/xmix_vm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mixlib/xmix_vm.h b/mixlib/xmix_vm.h index a13ecc6..c2a1db1 100644 --- a/mixlib/xmix_vm.h +++ b/mixlib/xmix_vm.h @@ -26,6 +26,7 @@ #include "mix_symbol_table.h" #include "mix_device.h" +#include "mix_src_file.h" #include "mix_vm.h" /* The mix_vm_t type */ @@ -44,6 +45,7 @@ struct mix_vm_t 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; + mix_src_file_t *src_file; /* source of last loaded code file */ }; /* Macros for accessing/modifying the above structure. |