| Index: runtime/vm/stub_code_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_ia32.cc (revision 6541)
|
| +++ runtime/vm/stub_code_ia32.cc (working copy)
|
| @@ -1762,7 +1762,7 @@
|
| // EDX: class/interface to test against (is class of instance a subtype of it).
|
| // (preserved).
|
| // Result in EBX: 1 is subtype, 0 maybe not.
|
| -// Destroys EBX, ECX.
|
| +// Destroys EBX, EDI, ECX.
|
| void StubCode::GenerateIsRawSubTypeStub(Assembler* assembler) {
|
| const Immediate raw_null =
|
| Immediate(reinterpret_cast<intptr_t>(Object::null()));
|
| @@ -1833,7 +1833,6 @@
|
| __ jmp(&found, Assembler::kNearJump);
|
| }
|
|
|
| -
|
| } // namespace dart
|
|
|
| #endif // defined TARGET_ARCH_IA32
|
|
|