mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 01:30:50 +00:00
* config/tc-xgate.c (md_begin): Fix the printing of opcodes so
that the assember exits after the opcodes have been printed.
This commit is contained in:
parent
da5132d379
commit
f4b1f6a92b
@ -1,3 +1,8 @@
|
||||
2013-01-10 Sean Keys <skeys@ipdatasys.com>
|
||||
|
||||
* config/tc-xgate.c (md_begin): Fix the printing of opcodes so
|
||||
that the assember exits after the opcodes have been printed.
|
||||
|
||||
2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* app.c: Remove trailing white spaces.
|
||||
|
@ -349,8 +349,11 @@ md_begin (void)
|
||||
prev_op_name = op_handles[j].name;
|
||||
}
|
||||
|
||||
if (flag_print_opcodes == 1)
|
||||
xgate_print_table ();
|
||||
if (flag_print_opcodes)
|
||||
{
|
||||
print_opcode_list ();
|
||||
exit (EXIT_SUCCESS);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user