Add IS_PAYABLE opcode

This commit is contained in:
Hans Svensson
2019-08-15 13:48:08 +02:00
parent e75336486e
commit efb4afeafa
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -201,3 +201,4 @@
-define(PRIM_CALL_IN_ADDRESS_RANGE(__TTYPE__), (((__TTYPE__) > 599) andalso ((__TTYPE__) < 700))).
-define(PRIM_CALL_ADDR_IS_ORACLE, 600).
-define(PRIM_CALL_ADDR_IS_CONTRACT, 601).
-define(PRIM_CALL_ADDR_IS_PAYABLE, 610).