fix typo in SyscallReturn Object
--HG-- extra : convert_revision : 97d34a02a29a9ac3e2256d92194e3a46b9e8021e
This commit is contained in:
@@ -311,8 +311,8 @@ class SyscallReturn {
|
||||
return *this;
|
||||
}
|
||||
|
||||
uint64_t successful() { return success; }
|
||||
bool value() { return retval; }
|
||||
bool successful() { return success; }
|
||||
uint64_t value() { return retval; }
|
||||
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user