renaming update_status_flag to just update_status

This commit is contained in:
Torsten Ruger
2014-05-16 19:56:13 +03:00
parent b3f7b66ceb
commit 7e2210f772
10 changed files with 20 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ module Arm
def initialize(first, attributes)
super(first , attributes)
@attributes[:update_status_flag] = 0
@attributes[:update_status] = 0
@attributes[:condition_code] = :al if @attributes[:condition_code] == nil
end