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