summaryrefslogtreecommitdiff
path: root/tools/standalone_miri/miri.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2019-07-14 17:53:53 +0800
committerJohn Hodge <tpg@ucc.asn.au>2019-07-14 17:53:53 +0800
commit0d5fe417e6ff1806987f77c97b0841b0b600cde0 (patch)
treebf8ee10c655858254e7905ef943178988f7bc50a /tools/standalone_miri/miri.hpp
parentbee6b04dc12e50a33eb382b2c12276b91ae32493 (diff)
downloadmrust-0d5fe417e6ff1806987f77c97b0841b0b600cde0.tar.gz
standalone_miri - Fix after MIR refactor
Diffstat (limited to 'tools/standalone_miri/miri.hpp')
-rw-r--r--tools/standalone_miri/miri.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/standalone_miri/miri.hpp b/tools/standalone_miri/miri.hpp
index 6f02ffee..2966e7bf 100644
--- a/tools/standalone_miri/miri.hpp
+++ b/tools/standalone_miri/miri.hpp
@@ -77,7 +77,7 @@ private:
// Returns true if the call was resolved instantly
bool call_extern(Value& ret_val, const ::std::string& name, const ::std::string& abi, ::std::vector<Value> args);
// Returns true if the call was resolved instantly
- bool call_intrinsic(Value& ret_val, const ::std::string& name, const ::HIR::PathParams& pp, ::std::vector<Value> args);
+ bool call_intrinsic(Value& ret_val, const RcString& name, const ::HIR::PathParams& pp, ::std::vector<Value> args);
// Returns true if the call was resolved instantly
bool drop_value(Value ptr, const ::HIR::TypeRef& ty, bool is_shallow=false);