Force abort to a volatile pointer.
Write to NULL will trigger a Clang compile warning and the compiler may optimize and turn it into a non-op. int* -> volatile int* to fix this. Original BUG=127724 BUG=724399,b:70905156 Review URL: https://chromiumcodereview.appspot.com/10392109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137251 0039d316-1c4b-4281-b951-d872f2087c98 (cherry picked from commit 59ba0417) Signed-off-by:Gabriel Marin <gmx@chromium.org> Change-Id: Ida066f00891c47ee5c42fd272ad976cb3f45572e Reviewed-on: https://chromium-review.googlesource.com/1130777 Commit-Queue: Gabriel Marin <gmx@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#578422}
Showing
Please register or sign in to comment