fix more of the changed names
add a few self.
This commit is contained in:
@ -77,7 +77,7 @@ module Parfait
|
||||
# hand out a return address for use as constant the address is added
|
||||
def get_address
|
||||
addr = next_address
|
||||
next_address = next_address.next_integer
|
||||
self.next_address = next_address.next_integer
|
||||
addr
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user