use slot constants

This commit is contained in:
Torsten Ruger
2014-09-11 21:30:40 +03:00
parent b7e0d3fba4
commit b29de4600e
3 changed files with 2 additions and 5 deletions

View File

@ -20,9 +20,6 @@ module Virtual
# During compilation Message and frame objects are created to do type analysis
class Message
RETURN = 2
EXCEPTION = 3
SELF = 4
SELF_REG = :r0
MESSAGE_REG = :r1