| Index: runtime/vm/code_generator_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/code_generator_ia32.cc (revision 2089)
|
| +++ runtime/vm/code_generator_ia32.cc (working copy)
|
| @@ -320,7 +320,7 @@
|
| return;
|
| }
|
| for (intptr_t i = 0; i < descriptors.Length(); i++) {
|
| - intptr_t pc = descriptors.PC(i);
|
| + uword pc = descriptors.PC(i);
|
| PcDescriptors::Kind kind = descriptors.DescriptorKind(i);
|
| // 'node_id' is set for kDeopt and kIcCall and must be unique for one kind.
|
| intptr_t node_id = AstNode::kNoId;
|
|
|