diff options
Diffstat (limited to 'ChocolArm64')
| -rw-r--r-- | ChocolArm64/ATranslatorCache.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChocolArm64/ATranslatorCache.cs b/ChocolArm64/ATranslatorCache.cs index 2d6af90b..199b44f8 100644 --- a/ChocolArm64/ATranslatorCache.cs +++ b/ChocolArm64/ATranslatorCache.cs @@ -138,7 +138,7 @@ namespace ChocolArm64 CacheBucket Bucket = Cache[Node.Value]; - long TimeDelta = Bucket.Timestamp - Timestamp; + long TimeDelta = Timestamp - Bucket.Timestamp; if (TimeDelta <= MinTimeDelta) { |
