aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/sharedres.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/sharedres.cpp')
-rw-r--r--native/src/sharedres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/sharedres.cpp b/native/src/sharedres.cpp
index 1fbb452..a2b43ac 100644
--- a/native/src/sharedres.cpp
+++ b/native/src/sharedres.cpp
@@ -379,7 +379,7 @@ static Interference max_local_request_span(const TaskInfo &tsk,
379 t.get_priority() >= tsk.get_priority()) 379 t.get_priority() >= tsk.get_priority())
380 { 380 {
381 Interference b = bounds.get_max_request_span(i); 381 Interference b = bounds.get_max_request_span(i);
382 span = std::max(span, bounds.get_max_request_span(i)); 382 span = std::max(span, b);
383 } 383 }
384 } 384 }
385 } 385 }