Fix block ID handling

This commit is contained in:
Your Name
2021-11-10 18:05:29 +00:00
parent 533e979010
commit 7e1dba2e6b
4 changed files with 34 additions and 8 deletions

View File

@ -12,6 +12,8 @@ guint64 util_read_address(char *key);
guint64 util_read_num(char *key);
gboolean util_output_enabled(void);
gsize util_rotate(gsize val, gsize shift, gsize size);
gsize util_log2(gsize val);
#define FOKF(x...) \
do { \