mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 23:29:20 +00:00
Quick fix to make the header file for the enhanced
disassembly information have a better comment (and better guard macros). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94781 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd51cdd067
commit
9988ab0496
@ -808,10 +808,10 @@ void EDEmitter::run(raw_ostream &o) {
|
||||
}
|
||||
|
||||
void EDEmitter::runHeader(raw_ostream &o) {
|
||||
EmitSourceFileHeader("Semantic Information Header", o);
|
||||
EmitSourceFileHeader("Enhanced Disassembly Info Header", o);
|
||||
|
||||
o << "#ifndef SemanticInfo_" << "\n";
|
||||
o << "#define SemanticInfo_" << "\n";
|
||||
o << "#ifndef EDInfo_" << "\n";
|
||||
o << "#define EDInfo_" << "\n";
|
||||
o << "\n";
|
||||
o << "#include <inttypes.h>" << "\n";
|
||||
o << "\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user