summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcompiler-rt/lib/tsan/check_analyze.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/tsan/check_analyze.sh b/compiler-rt/lib/tsan/check_analyze.sh
index 79c3218bbe6..a2a7e82b47a 100755
--- a/compiler-rt/lib/tsan/check_analyze.sh
+++ b/compiler-rt/lib/tsan/check_analyze.sh
@@ -42,8 +42,8 @@ done
for f in read1 read2 read4 read8; do
check $f rsp 1
- check $f push 1
- check $f pop 8
+ check $f push 3
+ check $f pop 24
done
for f in func_entry func_exit; do
OpenPOWER on IntegriCloud