src/cpu/x86/vm/vm_version_x86.hpp

changeset 2314
f95d63e2154a
parent 2269
ae065c367d93
child 2761
15c9a0e16269
     1.1 --- a/src/cpu/x86/vm/vm_version_x86.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/cpu/x86/vm/vm_version_x86.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,12 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef CPU_X86_VM_VM_VERSION_X86_HPP
     1.8 +#define CPU_X86_VM_VM_VERSION_X86_HPP
     1.9 +
    1.10 +#include "runtime/globals_extension.hpp"
    1.11 +#include "runtime/vm_version.hpp"
    1.12 +
    1.13  class VM_Version : public Abstract_VM_Version {
    1.14  public:
    1.15    // cpuid result register layouts.  These are all unions of a uint32_t
    1.16 @@ -520,3 +526,5 @@
    1.17      return count >= 0 ? count : 1;
    1.18    }
    1.19  };
    1.20 +
    1.21 +#endif // CPU_X86_VM_VM_VERSION_X86_HPP

mercurial