[Yunq] Return status from client calls.
This commit is contained in:
parent
700f3f94cb
commit
c209925a3c
25 changed files with 102 additions and 112 deletions
|
|
@ -21,7 +21,7 @@ uint64_t main(uint64_t init_port) {
|
|||
YellowstoneClient client(gInitEndpointCap);
|
||||
|
||||
FramebufferInfo framebuffer;
|
||||
RET_ERR(client.GetFramebufferInfo(framebuffer));
|
||||
check(client.GetFramebufferInfo(framebuffer));
|
||||
dbgln("FB addr {x}, bpp {}, width {} , height {}, pitch {}",
|
||||
framebuffer.address_phys(), framebuffer.bpp(), framebuffer.width(),
|
||||
framebuffer.height(), framebuffer.pitch());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue