fix context shifting

This commit is contained in:
Lizonghang 2025-05-19 16:58:35 +04:00
parent 07c4966a80
commit c54a6a0132
8 changed files with 397 additions and 73 deletions

View file

@ -313,7 +313,8 @@ struct disk_props {
};
struct startup_args{
bool should_profile;
bool should_profile;
uint32_t n_ctx;
};
struct device_info {