mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-12-02 00:51:41 +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)
|
segments.append(segment)
|
||||||
return segments
|
return segments
|
||||||
|
|
||||||
def create_executable_file_image(self, segments):
|
def create_executable_file_image(self, segments, run_addr=None):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
# file writing methods
|
# file writing methods
|
||||||
|
Loading…
Reference in New Issue
Block a user