fix typo in SyscallReturn Object

--HG--
extra : convert_revision : 97d34a02a29a9ac3e2256d92194e3a46b9e8021e
This commit is contained in:
Ali Saidi
2005-03-10 02:01:43 -05:00
parent 2897665685
commit 9797eedeea

View File

@@ -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: