ISA parser: Match /* */ and // style comments.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 8 Sep 2011 10:20:05 +0000 (03:20 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 8 Sep 2011 10:20:05 +0000 (03:20 -0700)
commitf4dc64655f5ff3e0c33be7a9129ee423809e7a19
tree92bc9f18956e506c54e45075ae556cbacde229fd
parent87d687e242e3437e7e3a83e04bf9a403d95b3e9e
ISA parser: Match /* */ and // style comments.

Comments should not be scanned for operands, and we should look for both /* */
style and // style.
src/arch/isa_parser.py