Skip to content

Commit

Permalink
Fix x64 precompiled target after prologue changed size
Browse files Browse the repository at this point in the history
R=vegorov@google.com
BUG=

Review-Url: https://codereview.chromium.org/2897943002 .
  • Loading branch information
ErikCorryGoogle committed May 22, 2017
1 parent 915383a commit cad93bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/vm/assembler_x64.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3341,7 +3341,6 @@ void Assembler::MonomorphicCheckedEntry() {
Bind(&have_cid);
cmpq(R10, RBX);
j(NOT_EQUAL, &miss, Assembler::kNearJump);
nop();

// Fall through to unchecked entry.
ASSERT(CodeSize() == Instructions::kUncheckedEntryOffset);
Expand Down

0 comments on commit cad93bb

Please sign in to comment.