mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
hw_x86_64_muen: Assert subject_info_type size
This commit is contained in:
parent
c16aa05f19
commit
712213af24
@ -19,6 +19,9 @@
|
||||
|
||||
#include "musinfo.h"
|
||||
|
||||
static_assert(sizeof(subject_info_type) <= Sinfo::SIZE,
|
||||
"Size of subject info type larger than Sinfo::SIZE.");
|
||||
|
||||
/* Log channel information */
|
||||
static bool log_channel(
|
||||
const struct Genode::Sinfo::Channel_info * const channel,
|
||||
|
Loading…
Reference in New Issue
Block a user