summaryrefslogtreecommitdiff
path: root/src/rpcify.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpcify.sml')
-rw-r--r--src/rpcify.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcify.sml b/src/rpcify.sml
index 846cc6c5..6b7a3c90 100644
--- a/src/rpcify.sml
+++ b/src/rpcify.sml
@@ -173,7 +173,7 @@ fun frob file =
(#exported st, #export_decls st)
else
(IS.add (#exported st, n),
- (DExport (Rpc, n), loc) :: #export_decls st)
+ (DExport (Rpc ReadWrite, n), loc) :: #export_decls st)
val st = {cpsed = #cpsed st,
cpsed_range = #cpsed_range st,