[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bochs-cvs
Subject:    [Bochs-cvs] [13411] trunk/bochs/cpu/decoder/disasm.cc
From:       sshwarts--- via Bochs-cvs <bochs-cvs () lists ! sourceforge ! net>
Date:       2017-12-24 15:38:21
Message-ID: 1514129901.629638.22073 () sfp-scm-5 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 13411
Author:   sshwarts
Date:     2017-12-24 15:38:21 +0000 (Sun, 24 Dec 2017)
Log Message:
-----------
fix compilation with no AVX enabled

Modified Paths:
--------------
    trunk/bochs/cpu/decoder/disasm.cc

Modified: trunk/bochs/cpu/decoder/disasm.cc
===================================================================
--- trunk/bochs/cpu/decoder/disasm.cc	2017-12-24 10:15:34 UTC (rev 13410)
+++ trunk/bochs/cpu/decoder/disasm.cc	2017-12-24 15:38:21 UTC (rev 13411)
@@ -254,9 +254,11 @@
       break;
     }
   }
+#if BX_SUPPORT_AVX
   else if (src_index == BX_SRC_VSIB) {
     disbufptr = dis_sprintf(disbufptr, "%sword ptr ", intel_vector_reg_name[i->getVL() - 1]);
   }
+#endif
 
   return disbufptr;
 }


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bochs-cvs mailing list
Bochs-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bochs-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic