Skip to content

Commit

Permalink
Fix documentation of command line flag
Browse files Browse the repository at this point in the history
BZ #354933 


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15722
  • Loading branch information
Florian Krohm committed Nov 6, 2015
1 parent bf17dce commit 75ddfb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ where XXXXXX is the bug number as listed below.
353920 unhandled amd64-solaris syscall: 170
354392 unhandled amd64-solaris syscall: 171
354797 Added vbit tester support for PPC 64 isa 2.07 iops
354933 Fix documentation of --kernel-variant=android-no-hw-tls option


Release 3.11.0 (22 September 2015)
Expand Down
2 changes: 1 addition & 1 deletion README.android
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ adb push Inst /
# at startup. This is because the emulator (for ARM) may not be
# simulating a hardware TLS register. To get around this, run
# Valgrind with:
# --kernel-variant=android-emulator-no-hw-tls
# --kernel-variant=android-no-hw-tls
#
# (2) if you are running a real device, you need to tell Valgrind
# what GPU it has, so Valgrind knows how to handle custom GPU
Expand Down
2 changes: 1 addition & 1 deletion README.android_emulator
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ adb push Inst /

# IMPORTANT: when running Valgrind, you may need give it the flag
#
# --kernel-variant=android-emulator-no-hw-tls
# --kernel-variant=android-no-hw-tls
#
# since otherwise it may crash at startup.
# See README.android for details.
Expand Down

0 comments on commit 75ddfb0

Please sign in to comment.