Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index a2f8b10ea943d13017ce926f2779aaf99d227c3f..58f9826369d495354c7c88719895d1d529e88da3 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -252,11 +252,11 @@ CallDescriptor* Linkage::GetRuntimeCallDescriptor( |
} |
// Add runtime function itself. |
locations.AddParam( |
- regloc(kRuntimeCallFunctionRegister, MachineType::AnyTagged())); |
+ regloc(kRuntimeCallFunctionRegister, MachineType::Pointer())); |
// Add runtime call argument count. |
locations.AddParam( |
- regloc(kRuntimeCallArgCountRegister, MachineType::AnyTagged())); |
+ regloc(kRuntimeCallArgCountRegister, MachineType::Int32())); |
// Add context. |
locations.AddParam(regloc(kContextRegister, MachineType::AnyTagged())); |