mesosphere: Result{} => Result()

This commit is contained in:
Michael Scire
2018-11-05 11:40:24 -08:00
parent cd1f74154d
commit 0a0c05481e
4 changed files with 11 additions and 11 deletions

View File

@@ -295,7 +295,7 @@ private:
uiptr kernelStackTop = 0;
KSynchronizationObject *signaledSyncObject = nullptr;
Result syncResult = ResultSuccess{};
Result syncResult = ResultSuccess();
u64 lastScheduledTime = 0;
};