mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-20 10:24:12 +00:00
Attempt to fix the LLVM Windows build bot lld-x86_64-win7.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224793 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -3797,7 +3797,7 @@ static void Print_x86_thread_state64_t(MachO::x86_thread_state64_t &cpu64) {
|
||||
outs() << " gs " << format("0x%016" PRIx64, cpu64.gs) << "\n";
|
||||
}
|
||||
|
||||
static void Print_mmst_reg(MachO::mmst_reg &r) {
|
||||
static void Print_mmst_reg(MachO::mmst_reg_t &r) {
|
||||
uint32_t f;
|
||||
outs() << "\t mmst_reg ";
|
||||
for (f = 0; f < 10; f++)
|
||||
|
Reference in New Issue
Block a user