2 * linux-user semihosting console
5 * Written by Alex Bennée <alex.bennee@linaro.org>
7 * SPDX-License-Identifier: GPL-3.0-or-later
18 printf("Semihosting Console Test\n");
19 printf("hit X to exit:");
22 c
= __semi_call(SYS_READC
, 0);
23 printf("got '%c'\n", c
);