提交 9a59e6e3 编写于 作者: M Michael Walle

lm32_sys: print test result on stderr

Do not use qemu_log().
Signed-off-by: NMichael Walle <michael@walle.cc>
上级 3dd3a2b9
......@@ -80,7 +80,7 @@ static void sys_write(void *opaque, hwaddr addr,
case R_PASSFAIL:
s->regs[addr] = value;
testname = (char *)s->testname;
qemu_log("TC %-*s %s\n", MAX_TESTNAME_LEN,
fprintf(stderr, "TC %-*s %s\n", MAX_TESTNAME_LEN,
testname, (value) ? "FAILED" : "OK");
break;
case R_TESTNAME:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册