diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-04 10:46:08 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-04 10:46:08 +0000 |
commit | 4636ef2c1bdeda482651ede6dcc886422a35db60 (patch) | |
tree | 75a87b29df329bf6e4f7f1c6a79a45d0ab4bb764 /biology | |
parent | cd7742426e1f021135128ec0bc63129e8af09c44 (diff) | |
download | ports-4636ef2c1bdeda482651ede6dcc886422a35db60.tar.gz ports-4636ef2c1bdeda482651ede6dcc886422a35db60.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/bowtie/files/patch-processor__support.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/bowtie/files/patch-processor__support.h b/biology/bowtie/files/patch-processor__support.h new file mode 100644 index 000000000000..bbfecedb7a3b --- /dev/null +++ b/biology/bowtie/files/patch-processor__support.h @@ -0,0 +1,11 @@ +--- processor_support.h.orig 2020-07-04 10:42:26 UTC ++++ processor_support.h +@@ -49,7 +49,7 @@ class ProcessorSupport { (public) + #elif defined(USING_GCC_COMPILER) + __get_cpuid(0x1, ®s.EAX, ®s.EBX, ®s.ECX, ®s.EDX); + #else +- std::cerr << “ERROR: please define __cpuid() for this build.\n”; ++ std::cerr << "ERROR: please define __cpuid() for this build.\n"; + assert(0); + #endif + if( !( (regs.ECX & BIT(20)) && (regs.ECX & BIT(23)) ) ) return false; |