Many more changes

This commit is contained in:
ceriel
1990-09-25 17:40:47 +00:00
parent 87af8d0aa5
commit f656bdc676
17 changed files with 276 additions and 234 deletions

View File

@@ -7,6 +7,8 @@
#include "position.h"
#include "tree.h"
#include "message.h"
#include "type.h"
#include "expr.h"
extern long pointer_size;
extern p_tree get_from_item_list();
@@ -29,7 +31,7 @@ do_dump(p)
return;
}
p->t_args[0] = (struct tree *) d;
p->t_address = (t_addr) BUFTOA(d->mglobal.m_buf+PC_OFF*pointer_size);
p->t_address = (t_addr) get_int(d->mglobal.m_buf+PC_OFF*pointer_size, pointer_size, T_UNSIGNED);
add_to_item_list(p);
}