Commit cb0b3592 authored by alph's avatar alph Committed by Commit bot

Fix ASAN after r30777

TBR=bmeurer,yurys
NOTRY=true

Review URL: https://codereview.chromium.org/1349953002

Cr-Commit-Position: refs/heads/master@{#30779}
parent 007baaed
......@@ -184,7 +184,7 @@ bool IsSamePage(byte* ptr1, byte* ptr2) {
// Check if the code at specified address could potentially be a
// frame setup code.
bool IsNoFrameRegion(Address address) {
DISABLE_ASAN bool IsNoFrameRegion(Address address) {
struct Pattern {
int bytes_count;
byte bytes[8];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment