mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 01:24:30 +00:00
Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last place to fix I think.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224794 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -3809,7 +3809,7 @@ static void Print_mmst_reg(MachO::mmst_reg_t &r) {
|
||||
outs() << "\n";
|
||||
}
|
||||
|
||||
static void Print_xmm_reg(MachO::xmm_reg &r) {
|
||||
static void Print_xmm_reg(MachO::xmm_reg_t &r) {
|
||||
uint32_t f;
|
||||
outs() << "\t xmm_reg ";
|
||||
for (f = 0; f < 16; f++)
|
||||
|
Reference in New Issue
Block a user