mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-27 03:13:43 +03:00
[arm] Update tests for new memoryForElf returns.
This commit is contained in:
parent
454c219b27
commit
75aee53b79
@ -62,7 +62,7 @@ withMemory _ e k =
|
||||
}
|
||||
in case MM.memoryForElf options e of
|
||||
Left err -> C.throwM (MemoryLoadError err)
|
||||
Right (_sim, mem, _) -> k mem
|
||||
Right (mem, _sym, _warn, _err) -> k mem
|
||||
|
||||
|
||||
data ElfException = MemoryLoadError String
|
||||
|
Loading…
Reference in New Issue
Block a user