projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
810d983
)
Oopps - forgot to save cgen.h before commiting previous delta.
author
Nick Clifton
<nickc@redhat.com>
Fri, 23 Jan 1998 01:58:25 +0000
(
01:58
+0000)
committer
Nick Clifton
<nickc@redhat.com>
Fri, 23 Jan 1998 01:58:25 +0000
(
01:58
+0000)
include/opcode/cgen.h
patch
|
blob
|
history
diff --git
a/include/opcode/cgen.h
b/include/opcode/cgen.h
index 9234d323f262f527932157dee08d1aee020409ed..26e5ba21cc1179b347bd6b28ce69ab5a4a8e0b77 100644
(file)
--- a/
include/opcode/cgen.h
+++ b/
include/opcode/cgen.h
@@
-316,9
+316,9
@@
const char * cgen_parse_operand PARAMS ((enum cgen_parse_operand_type,
bfd_vma *));
#endif
-void cgen_save_fixups
(
);
-void cgen_restore_fixups
(
);
-void cgen_swap_fixups
(
);
+void cgen_save_fixups
PARAMS ((void)
);
+void cgen_restore_fixups
PARAMS ((void)
);
+void cgen_swap_fixups
PARAMS ((void)
);
/* Add a register to the assembler's hash table.
This makes lets GAS parse registers for us.