commit | ed64e8d73d55e9b2b3e34439ee5747cdb8415c5e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Mar 02 20:37:45 2012 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Mar 02 20:37:45 2012 -0800 |
tree | 8e46939e7ea4873aad92fee45e2fef688a34f0e0 | |
parent | 5b455485c1deda58959fdc410050e01448c032c2 [diff] [blame] |
Add the missing operator<< for InstructionSet and use it in the disassembler. Change-Id: I9de4a8a00d9fcbad79f6893eff2aa28aafa8e6e3
diff --git a/src/constants.h b/src/constants.h index bb17c2d..832d6f7 100644 --- a/src/constants.h +++ b/src/constants.h
@@ -29,6 +29,8 @@ kMips }; +std::ostream& operator<<(std::ostream& os, const InstructionSet& rhs); + enum InvokeType { kStatic, kDirect, kVirtual, kSuper, kInterface, kMaxInvokeType = kInterface