diff options
Diffstat (limited to 'lib/tsan/check_analyze.sh')
-rwxr-xr-x | lib/tsan/check_analyze.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsan/check_analyze.sh b/lib/tsan/check_analyze.sh index d454ec2dd0fd4..22eb444198a40 100755 --- a/lib/tsan/check_analyze.sh +++ b/lib/tsan/check_analyze.sh @@ -29,7 +29,7 @@ check() { for f in write1 write2 write4 write8; do check $f rsp 1 check $f push 2 - check $f pop 2 + check $f pop 12 done for f in read1 read2 read4 read8; do |