Skip to content

Commit b3ebb4a

Browse files
author
florian
committed
Fix documentation of command line flag
BZ #354933 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15722 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent 29aa9f0 commit b3ebb4a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ where XXXXXX is the bug number as listed below.
4141
353920 unhandled amd64-solaris syscall: 170
4242
354392 unhandled amd64-solaris syscall: 171
4343
354797 Added vbit tester support for PPC 64 isa 2.07 iops
44+
354933 Fix documentation of --kernel-variant=android-no-hw-tls option
4445

4546

4647
Release 3.11.0 (22 September 2015)

README.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ adb push Inst /
174174
# at startup. This is because the emulator (for ARM) may not be
175175
# simulating a hardware TLS register. To get around this, run
176176
# Valgrind with:
177-
# --kernel-variant=android-emulator-no-hw-tls
177+
# --kernel-variant=android-no-hw-tls
178178
#
179179
# (2) if you are running a real device, you need to tell Valgrind
180180
# what GPU it has, so Valgrind knows how to handle custom GPU

README.android_emulator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ adb push Inst /
6363

6464
# IMPORTANT: when running Valgrind, you may need give it the flag
6565
#
66-
# --kernel-variant=android-emulator-no-hw-tls
66+
# --kernel-variant=android-no-hw-tls
6767
#
6868
# since otherwise it may crash at startup.
6969
# See README.android for details.

0 commit comments

Comments
 (0)