mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
base: show size as %zu instead %zd
For big numbers otherwise negative sizes for memory chunks are displayed. Issue #1011
This commit is contained in:
committed by
Norman Feske
parent
b8beba5bf3
commit
b893968232
@@ -31,7 +31,7 @@ struct Genode::Trace::Connection : Genode::Connection<Genode::Trace::Session>,
|
||||
*/
|
||||
Connection(size_t ram_quota, size_t arg_buffer_size, unsigned parent_levels) :
|
||||
Genode::Connection<Session>(
|
||||
session("ram_quota=%zd, arg_buffer_size=%zd, parent_levels=%u",
|
||||
session("ram_quota=%zu, arg_buffer_size=%zu, parent_levels=%u",
|
||||
ram_quota, arg_buffer_size, parent_levels)),
|
||||
Session_client(cap()) { }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user