view target-utils/simtest/main.c @ 469:fd4af8023ce6

CHANGES: null pointer passing fixes documented
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 11 Feb 2019 22:51:17 +0000
parents daaab2701761
children d36c793d71db
line wrap: on
line source

main()
{
	uart_select_init();
	printf("SIM interface debug program running\n");
	print_boot_rom_info();
	for (;;) {
		putchar('=');
		if (command_entry())
			command_dispatch();
	}
}