mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134763 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
97cd3cf9b0
commit
5c2eef6aed
@ -1088,7 +1088,7 @@ void MCAsmStreamer::AddEncodingComment(const MCInst &Inst) {
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: Node the fixup comments for Thumb2 are completely bogus since the
|
||||
// FIXME: Note the fixup comments for Thumb2 are completely bogus since the
|
||||
// high order halfword of a 32-bit Thumb2 instruction is emitted first.
|
||||
OS << "encoding: [";
|
||||
for (unsigned i = 0, e = Code.size(); i != e; ++i) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user