Skip to content
Unverified Commit 89dfbc00 authored by Chris Jones's avatar Chris Jones Committed by GitHub
Browse files

Check ld* functions for failure (#92)

All memory read functions (e.g: ld1, ld2, etc...) return a value
(either std::nullopt or false) to signal that the memory read failed.
Some of these memory read functions were not being checked for
failure; fix this by checking these functions for failure.
parent 5a2144d1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment