Bug 528857 - nanojit: mismanagement of name lifetimes with TMFLAGS=assembly? (NJ-only part). r=graydon.

--HG--
extra : convert_revision : cb855a65f046a59c28277766aa5d320df33159c2
This commit is contained in:
Nicholas Nethercote 2009-12-05 06:58:42 +11:00
Родитель 552c85cfe2
Коммит ed256f483b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1097,10 +1097,10 @@ namespace nanojit
char* name;
};
HashMap<LInsp, Entry*> names;
LabelMap *labels;
void formatImm(int32_t c, char *buf);
public:
public:
LabelMap *labels;
LirNameMap(Allocator& alloc, LabelMap *lm)
: alloc(alloc),
lircounts(alloc),