mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Fix comment typo
Test commit access. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242128 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a27389edc
commit
936924f3fd
@ -208,7 +208,7 @@ typedef std::vector<bit_value_t> insn_t;
|
||||
///
|
||||
/// The Debug output shows the path that the decoding tree follows to reach the
|
||||
/// the conclusion that there is a conflict. VST4q8a is a vst4 to double-spaced
|
||||
/// even registers, while VST4q8b is a vst4 to double-spaced odd regsisters.
|
||||
/// even registers, while VST4q8b is a vst4 to double-spaced odd registers.
|
||||
///
|
||||
/// The encoding info in the .td files does not specify this meta information,
|
||||
/// which could have been used by the decoder to resolve the conflict. The
|
||||
|
Loading…
x
Reference in New Issue
Block a user