merge upstream/noglib and update some glib related types
This commit is contained in:
@@ -1285,6 +1285,7 @@ static inline bool arm_excp_unmasked(CPUState *cs, unsigned int excp_idx)
|
||||
return !(env->daif & PSTATE_I);
|
||||
default:
|
||||
g_assert_not_reached();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -155,7 +155,7 @@ static void count_cpreg(gpointer key, gpointer opaque)
|
||||
}
|
||||
}
|
||||
|
||||
static int32_t cpreg_key_compare(gconstpointer a, gconstpointer b)
|
||||
static gint cpreg_key_compare(gconstpointer a, gconstpointer b)
|
||||
{
|
||||
uint64_t aidx = cpreg_to_kvm_id(*(uint32_t *)a);
|
||||
uint64_t bidx = cpreg_to_kvm_id(*(uint32_t *)b);
|
||||
|
||||
Reference in New Issue
Block a user