commit | 3469b02435b919623e628881b449fe8f11615b88 | [log] [tgz] |
---|---|---|
author | Jan Voung <jvoung@chromium.org> | Thu Jul 09 10:32:31 2015 -0700 |
committer | Jan Voung <jvoung@chromium.org> | Thu Jul 09 10:32:31 2015 -0700 |
tree | c7076251efe138c62a53f106e2d4ee24e7c5cc2c | |
parent | d00d48da12ac44879066724978a032be64fcb0ad [diff] |
Followup to previous MIPS commit: implement dump(), rebase more. When compiling with DEBUG, there is a problem linking InstMIPS32. It overrides dump, but never defined that. Also, update the code for some recent changes. Namely, we no longer check ALLOW_DUMP but instead check BuildDefs::dump(). Also, the instruction dtors have been deleted. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4167 R=kschimpf@google.com Review URL: https://codereview.chromium.org/1214863019 .