mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-22 14:27:51 +03:00
ppcInstructionMatcher: Reference PPCSyscall Haddocks
This commit is contained in:
parent
98290062a7
commit
3e83b3eff3
@ -842,6 +842,8 @@ ppcInstructionMatcher (D.Instruction opc operands) =
|
||||
resVal <- G.addExpr (G.AppExpr (MC.TupleField knownRepr res PL.index0))
|
||||
errorCondVal <- G.addExpr (G.AppExpr (MC.TupleField knownRepr res PL.index1))
|
||||
|
||||
-- See the documentation on 'PPCSyscall' for a description of the
|
||||
-- registers used to return values from syscalls.
|
||||
G.setRegVal (PPC_GP (D.GPR 3)) resVal
|
||||
-- We need to use an explicit type signature here to prevent GHC's type
|
||||
-- inference from becoming confused by the GADT pattern match on
|
||||
|
Loading…
Reference in New Issue
Block a user