rename locals from type to role in message

This commit is contained in:
Torsten Ruger
2016-12-21 19:01:42 +02:00
parent 0e99ff33ae
commit ed12108425
8 changed files with 9 additions and 9 deletions

View File

@ -31,7 +31,7 @@ module Register
# a named_list represents the local and temporary variables at a point in the program.
@named_list = nil
end
attr_reader :me, :next_normal, :next_exception, :arguments , :named_list
attr_reader :me, :next_normal, :next_exception, :arguments , :locals
#
end