mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-29 00:59:09 +03:00
Fix comment
This commit is contained in:
parent
54662612ea
commit
a7b5ac73ec
@ -282,7 +282,7 @@ instance Show AVXPointWiseOp2 where
|
||||
-- | Defines primitive functions in the X86 format.
|
||||
data X86PrimFn f tp where
|
||||
EvenParity :: !(f (BVType 8)) -> X86PrimFn f BoolType
|
||||
-- ^ Return true if least-significant bit has even number of bits set.
|
||||
-- ^ Return true if the operatnd has has even number of bits set.
|
||||
ReadLoc :: !(X86PrimLoc tp) -> X86PrimFn f tp
|
||||
-- ^ Read from a primitive X86 location
|
||||
ReadFSBase :: X86PrimFn f (BVType 64)
|
||||
|
Loading…
Reference in New Issue
Block a user