Memory: ExtractFromMemory: boost::none
This commit is contained in:
parent
3e75de6006
commit
add1604e57
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ boost::optional<T> ExtractFromMemory(VAddr address) {
|
||||||
|
|
||||||
const u8* memory = GetPointer(address);
|
const u8* memory = GetPointer(address);
|
||||||
if (!memory) {
|
if (!memory) {
|
||||||
return {};
|
return boost::none;
|
||||||
}
|
}
|
||||||
|
|
||||||
T object;
|
T object;
|
||||||
|
|
Loading…
Reference in a new issue