Fix typo in type-name and reorder initialization order.
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
This commit is contained in:
parent
7ab6e55f78
commit
db95436018
@ -268,8 +268,8 @@ class DisassemblerIA32 {
|
||||
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';
|
||||
|
Loading…
Reference in New Issue
Block a user