Skip to content
Snippets Groups Projects
Commit d24d0bca authored by Mark Wheelhouse's avatar Mark Wheelhouse
Browse files

updated refEmulate script to output the exit code from the ARM assembly emulation

parent d123e793
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,8 @@ files.each do |file_path|
unless $options[:assemble_only] then
puts "-- Emulation Output:"
puts json['emulator_out']
puts "---------------------------------------------------------------"
puts "The exit code is: #{exit_code}."
puts ""
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment