File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ where XXXXXX is the bug number as listed below.
4141353920 unhandled amd64-solaris syscall: 170
4242354392 unhandled amd64-solaris syscall: 171
4343354797 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
4647Release 3.11.0 (22 September 2015)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments