aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2022-02-10 13:50:32 +0100
committerMartin Mares <mj@ucw.cz>2022-02-10 13:50:32 +0100
commitae693fcab9b636bf0e521f38060398417c3cf3d9 (patch)
treed534b1b49a414e6e6e543d5fc20c9d89d6256747
parentd994587f9b19450cc83a6c8c635cfe6c28ea17f0 (diff)
parentaddd89fe60d62faa134e361f562a2fed8e74d91a (diff)
downloadpciutils-ae693fcab9b636bf0e521f38060398417c3cf3d9.tar.gz
Merge remote-tracking branch 'github/master'
-rw-r--r--lib/i386-io-windows.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/i386-io-windows.h b/lib/i386-io-windows.h
index 6cf3a25..9cd9cd9 100644
--- a/lib/i386-io-windows.h
+++ b/lib/i386-io-windows.h
@@ -37,10 +37,9 @@
#define _inpd(x) __indword(x)
#elif defined(__CRTDLL__)
/*
- * Old CRTDLL library does not provide I/O port functions. Even it is the oldest
- * CRT library it exists also in 64-bit variant. Implement I/O port functions
- * via inline assembly just for 32-bit mode as 64-bit mode uses above <intrin.h>
- * header.
+ * Old 32-bit CRTDLL library does not provide I/O port functions. As this
+ * library exists only in 32-bit mode variant, implement I/O port functions
+ * via 32-bit inline assembly.
*/
static inline int _outp(unsigned short port, int databyte)
{