Alloy now builds on clang.
Hopefully not just bouncing back to MSVC failures…
This commit is contained in:
@@ -248,6 +248,9 @@ void Disasm_dcbf(InstrData& i, StringBuffer* str) {
|
||||
case 3:
|
||||
name = "dcbflp";
|
||||
break;
|
||||
default:
|
||||
name = "dcbf.??";
|
||||
break;
|
||||
}
|
||||
str->Append("%-8s r%d, r%d", name, i.X.RA, i.X.RB);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user