Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147485073
D44650.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
610 B
Referenced Files
None
Subscribers
None
D44650.id.diff
View Options
diff --git a/sbin/nvmecontrol/nvmecontrol.h b/sbin/nvmecontrol/nvmecontrol.h
--- a/sbin/nvmecontrol/nvmecontrol.h
+++ b/sbin/nvmecontrol/nvmecontrol.h
@@ -92,12 +92,12 @@
/* Utility Routines */
/*
* 128-bit integer augments to standard values. On i386 this
- * doesn't exist, so we use 64-bit values. So, on 32-bit i386,
+ * doesn't exist, so we use 64-bit values. So, on 32-bit systems,
* you'll get truncated values until someone implement 128bit
* ints in software.
*/
#define UINT128_DIG 39
-#ifdef __i386__
+#ifdef __ILP32__
typedef uint64_t uint128_t;
#else
typedef __uint128_t uint128_t;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 12, 8:55 AM (11 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29567003
Default Alt Text
D44650.id.diff (610 B)
Attached To
Mode
D44650: nvmecontrol: Have to truncate on all 32-bit architectures
Attached
Detach File
Event Timeline
Log In to Comment