mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-17 00:10:28 +00:00
Change RegDiffLists type to MCPhysReg
This commit is contained in:
parent
91da70b398
commit
af1ff9c099
@ -230,7 +230,7 @@ static void printDiff16(raw_ostream &OS, int16_t Val) { OS << Val; }
|
||||
void PrinterCapstone::regInfoEmitRegDiffLists(
|
||||
std::string const TargetName,
|
||||
SequenceToOffsetTable<DiffVec> const &DiffSeqs) const {
|
||||
OS << "static const int16_t " << TargetName << "RegDiffLists[] = {\n";
|
||||
OS << "static const MCPhysReg " << TargetName << "RegDiffLists[] = {\n";
|
||||
DiffSeqs.emit(OS, printDiff16);
|
||||
OS << "};\n\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user