sfxge: cleanup: fix typo in unused EFX_QWORD_IS_SET64
Submitted by: Richard Houldsworth <rhouldsworth at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 2 days
This commit is contained in:
parent
b06f43b454
commit
9ae4f80b1c
@ -536,7 +536,7 @@ extern int fix_lint;
|
||||
(_oword).eo_u32[3]) == ~((uint32_t)0))
|
||||
|
||||
#define EFX_QWORD_IS_SET64(_qword) \
|
||||
(((_qword).eq_u64[0]) == ~((uint32_t)0))
|
||||
(((_qword).eq_u64[0]) == ~((uint64_t)0))
|
||||
|
||||
#define EFX_QWORD_IS_SET32(_qword) \
|
||||
(((_qword).eq_u32[0] & \
|
||||
|
Loading…
x
Reference in New Issue
Block a user