corrected method enter and return and created those missing constants

This commit is contained in:
Torsten Ruger
2014-09-11 19:00:14 +03:00
parent 771eeb7a3d
commit 1d33c03537
3 changed files with 10 additions and 9 deletions

View File

@@ -20,6 +20,10 @@ module Virtual
# During compilation Message and frame objects are created to do type analysis
class Message
RETURN = 2
EXCEPTION = 3
SELF = 4
def initialize me , normal , exceptional
@me = me
@next_normal = normal