summaryrefslogtreecommitdiff
path: root/rose.erl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-29 10:16:46 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-10-29 10:16:46 +0100
commit03774c4e3033235d7fab446c6a6d8a9cf3ce4803 (patch)
treeb25f6fc67a20e93bb7d8be118f919c36f90d7859 /rose.erl
parent8c335639d2baae339c6fef30215c334c8740ae2c (diff)
Move status into csta
Diffstat (limited to 'rose.erl')
-rw-r--r--rose.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rose.erl b/rose.erl
index a367ee0..908f217 100644
--- a/rose.erl
+++ b/rose.erl
@@ -27,7 +27,7 @@ dispatch({invoke, #'Invoke'{invokeId = Id, opcode = Op, argument = Data}}) ->
{local, 71} ->
ok;
{local, 211} ->
- return(Id, Op, status:status());
+ return(Id, Op, csta:status());
_ ->
error
end;