Fix prototype.
This commit is contained in:
parent
5b4d668a82
commit
9d3b470184
1 changed files with 10 additions and 1 deletions
|
@ -1,12 +1,21 @@
|
||||||
|
Sat Sep 30 20:47:05 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
|
* sim_callbacks.h (printf_filtered): Correct prototype.
|
||||||
|
|
||||||
Thu Sep 21 16:26:49 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
Thu Sep 21 16:26:49 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
|
* device_tree.c (OEA_MEMORY_SIZE): Define if not defined to
|
||||||
|
0x100000.
|
||||||
|
(clayton_memory_size): Define as OEA_MEMORY_SIZE.
|
||||||
|
|
||||||
* std-config.h (WITH_TRACE): Default to 1 now.
|
* std-config.h (WITH_TRACE): Default to 1 now.
|
||||||
|
|
||||||
* psim.c (write_stack_arguments): Don't write any stack arguments
|
* psim.c (write_stack_arguments): Don't write any stack arguments
|
||||||
if OEA.
|
if OEA.
|
||||||
|
|
||||||
* main.c (main): Switch to using getopt. Make -p also set
|
* main.c (main): Switch to using getopt. Make -p also set
|
||||||
trace_semantics.
|
trace_semantics. Make -a turn on all trace flags. Make -C turn
|
||||||
|
on console tracing.
|
||||||
|
|
||||||
* device_tree.c (create_option_device_node): Assume a program is
|
* device_tree.c (create_option_device_node): Assume a program is
|
||||||
OEA if the start address is < 4096, not just == 0.
|
OEA if the start address is < 4096, not just == 0.
|
||||||
|
|
Loading…
Reference in a new issue