mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-28 01:35:33 +03:00
Whitespace error
This commit is contained in:
parent
eaca69e13b
commit
3a44feda6a
@ -108,7 +108,7 @@ instructionMatcher ltr ena ae lib archSpecificMatcher formulas operandResultType
|
||||
ipVarName <- newName "ipVal"
|
||||
opcodeVar <- newName "opcode"
|
||||
operandListVar <- newName "operands"
|
||||
(libDefs, df) <- libraryDefinitions ltr ena ae (snd operandResultType) lib
|
||||
(libDefs, df) <- libraryDefinitions ltr ena ae (snd operandResultType) lib
|
||||
(normalCases, bodyDefs) <- unzip <$> mapM (mkSemanticsCase ltr ena ae df ipVarName operandListVar operandResultType) (Map.toList formulas)
|
||||
(fallthruNm, unimp) <- unimplementedInstruction
|
||||
fallthroughCase <- match wildP (normalB (appE (varE fallthruNm) (varE opcodeVar))) []
|
||||
|
Loading…
Reference in New Issue
Block a user