mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-11-29 11:51:14 +00:00
Added missing argument to create_executable_file_image
This commit is contained in:
parent
718101d4a4
commit
91dc32e430
@ -301,7 +301,7 @@ class DiskImageBase(object):
|
||||
segments.append(segment)
|
||||
return segments
|
||||
|
||||
def create_executable_file_image(self, segments):
|
||||
def create_executable_file_image(self, segments, run_addr=None):
|
||||
raise NotImplementedError
|
||||
|
||||
# file writing methods
|
||||
|
Loading…
Reference in New Issue
Block a user