Tests: Fix t_dpi_arg_inout_unpack

This commit is contained in:
Geza Lore 2025-11-22 14:36:20 +00:00
parent 602e82a3b7
commit 7c09985695
1 changed files with 1 additions and 1 deletions

View File

@ -1079,7 +1079,7 @@ void i_unpack_struct_3d(unpack_struct_t* v) {
}
{
svLogicVecVal array[1][1][1][1];
set_uint(array[0][0][0], 52, 22);
set_uint(array[0][0][0], 52, 32);
e_integer_1d1(array[0][0][0]);
if (!check_1d1(array[0][0], 32)) stop();
set_uint(array[0][0][0], 53, 32);