Skip to content

Commit

Permalink
Updated processor selection print statements in 'define_code_function…
Browse files Browse the repository at this point in the history
…s.py'
  • Loading branch information
maddiestone committed Jun 25, 2017
1 parent 0783c69 commit 25eed67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions define_code_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@
smart_epilog = re.compile(r"reti{0,1}")

else:
raise NotImplementedError('Unsupported processor type.')

print "[define_code_functions.py] UNSUPPORTED PROCESSOR. Processor = %s is unsupported. Exiting." % processor_name
raise NotImplementedError('Unsupported Processor Type.')

print "[define_code_functions.py] Processor = %s -- Reg Expressions Selected. Proceeding." % processor_name
############################################################

start_addr = AskAddr(MinEA(), "Please enter the starting address for the data to be defined.")
Expand Down

0 comments on commit 25eed67

Please sign in to comment.