Remember, when coming back to an old CL, do check that it still works.
Review URL: http://codereview.chromium.org/
8351002
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9754
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
public:
DisassemblerIA32(const NameConverter& converter,
bool abort_on_unimplemented = true)
- : instruction_table_(InstructionTabel::get_instance()),
- converter_(converter),
+ : converter_(converter),
+ instruction_table_(InstructionTable::get_instance()),
tmp_buffer_pos_(0),
abort_on_unimplemented_(abort_on_unimplemented) {
tmp_buffer_[0] = '\0';