Robert Moore cb8d27270e Disassembler: Use // comments when processing buffer objects
The disassembler emits hex bytes, then the ascii equivalent
within a comment. Change the comment type from /* */ to //
This is perfectly legal ASL, and prevents problems when a
buffer contains a /* or */.
2017-03-14 14:15:03 -07:00
..