Index: runtime/vm/constants_ia32.h |
diff --git a/runtime/vm/constants_ia32.h b/runtime/vm/constants_ia32.h |
index 466dd42b520519fdadad76a36bb501094dc5c396..adf988aec6645fa123931bc95ac0768fd13f0310 100644 |
--- a/runtime/vm/constants_ia32.h |
+++ b/runtime/vm/constants_ia32.h |
@@ -68,7 +68,8 @@ const Register FPREG = EBP; // Frame pointer register. |
const Register ICREG = ECX; // IC data register. |
const Register ARGS_DESC_REG = EDX; // Arguments descriptor register. |
const Register THR = ESI; // Caches current thread in generated code. |
- |
+const Register CALLEE_SAVED_TEMP = EBX; |
+const Register CALLEE_SAVED_TEMP2 = EDI; |
// Exception object is passed in this register to the catch handlers when an |
// exception is thrown. |