Attempt to fix the LLVM Windows build bot lld-x86_64-win7.
[oota-llvm.git] / tools / llvm-objdump / MachODump.cpp
index 1bca452c93467240fe53e674bb6b0bf8acb9e794..3f828128897510ba07b93feb7adc2f84d2367ece 100644 (file)
@@ -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++)