Chromium Code Reviews| Index: runtime/vm/locations.cc |
| =================================================================== |
| --- runtime/vm/locations.cc (revision 8116) |
| +++ runtime/vm/locations.cc (working copy) |
| @@ -55,6 +55,8 @@ |
| // Do not allocate known registers. |
| blocked_registers[CTX] = true; |
| + blocked_registers[SPREG] = true; |
| + blocked_registers[FPREG] = true; |
| if (TMP != kNoRegister) { |
| blocked_registers[TMP] = true; |
| } |