strat: use svc:: over ::svc
This commit is contained in:
@@ -74,7 +74,7 @@ namespace ams::fatal::srv {
|
||||
/* Get a timestamp. */
|
||||
u64 timestamp;
|
||||
if (!TryGetCurrentTimestamp(×tamp)) {
|
||||
timestamp = svcGetSystemTick();
|
||||
timestamp = os::GetSystemTick().GetInt64Value();
|
||||
}
|
||||
|
||||
/* Open report file. */
|
||||
|
||||
Reference in New Issue
Block a user