mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-23 08:27:24 +03:00
Fix typo
This commit is contained in:
parent
98b69d992c
commit
9ff7e351f0
@ -260,7 +260,7 @@ compareElf dwarfDump path bytes = do
|
|||||||
else do
|
else do
|
||||||
BSL.writeFile "lldd" llvmDwarfDump
|
BSL.writeFile "lldd" llvmDwarfDump
|
||||||
BSL.writeFile "mcdd" myDwarfDump
|
BSL.writeFile "mcdd" myDwarfDump
|
||||||
reportError path "Output different: See mydd and lldd"
|
reportError path "Output different: See mcdd and lldd"
|
||||||
Right _ -> do
|
Right _ -> do
|
||||||
-- For now we skip 32bit and non-x86 files.
|
-- For now we skip 32bit and non-x86 files.
|
||||||
pure ()
|
pure ()
|
||||||
|
Loading…
Reference in New Issue
Block a user