mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-12 12:40:36 +00:00
* config/tc-tic4x.c (tic4x_operands_parse): Make static.
This commit is contained in:
parent
899d85bead
commit
4e96a12e09
@ -1,3 +1,7 @@
|
||||
2008-08-14 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/tc-tic4x.c (tic4x_operands_parse): Make static.
|
||||
|
||||
2008-08-13 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* doc/as.texinfo (Align): Document the PowerPC behaviour.
|
||||
|
@ -2397,7 +2397,7 @@ tic4x_insn_output (tic4x_insn_t *insn)
|
||||
}
|
||||
|
||||
/* Parse the operands. */
|
||||
int
|
||||
static int
|
||||
tic4x_operands_parse (char *s, tic4x_operand_t *operands, int num_operands)
|
||||
{
|
||||
if (!*s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user