X87: Fix a typo in below CL
r21515 (6d0ec9a) Convert ElementsKind into a BitField BUG= R=danno@chromium.org Review URL: https://codereview.chromium.org/301563008 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21551 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
f6ac5ae69c
commit
f10204b56a
@ -4592,7 +4592,7 @@ void InternalArrayConstructorStub::Generate(MacroAssembler* masm) {
|
||||
// but the following masking takes care of that anyway.
|
||||
__ mov(ecx, FieldOperand(ecx, Map::kBitField2Offset));
|
||||
// Retrieve elements_kind from bit field 2.
|
||||
DecodeField<Map::ElementsKindBits>(ecx);
|
||||
__ DecodeField<Map::ElementsKindBits>(ecx);
|
||||
|
||||
if (FLAG_debug_code) {
|
||||
Label done;
|
||||
|
Loading…
Reference in New Issue
Block a user