Commit e1bb354b authored by zhengxing.li's avatar zhengxing.li Committed by Commit bot

X87: Remove inlined marking part.

  port 866f9e6e (r33026)

  original commit message:

BUG=

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

Cr-Commit-Position: refs/heads/master@{#33035}
parent d9cfa729
......@@ -2829,7 +2829,7 @@ void MacroAssembler::JumpIfWhite(Register value, Register bitmap_scratch,
// Since both black and grey have a 1 in the first position and white does
// not have a 1 there we only need to check one bit.
test(mask_scratch, Operand(bitmap_scratch, MemoryChunk::kHeaderSize));
j(zero, &value_is_white, Label::kNear);
j(zero, value_is_white, Label::kNear);
}
......
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