summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-11-03 13:35:54 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-11-03 13:35:54 +0100
commitd2e8a2c02abe05214bb77496121d9a0277f3e95f (patch)
treef29aedd71a19b16f17bdd4312871f5b04d41065b /include
parentf8e537573beadf071dd2698590be05b53120f51a (diff)
Add error decoder
Diffstat (limited to 'include')
-rw-r--r--include/opcodes.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcodes.hrl b/include/opcodes.hrl
index 6f0b123..6fb8550 100644
--- a/include/opcodes.hrl
+++ b/include/opcodes.hrl
@@ -1,3 +1,4 @@
+-define(ERROR, {local, 1}).
-define(MAKECALL, {local, 10}).
-define(EVENT, {local, 21}).
-define(ESCAPE, {local, 51}).