simplified how to retrieve dbgi a bit

This commit is contained in:
2025-09-28 00:42:01 +09:00
parent 0128fe88dc
commit 50c1d63ef4
6 changed files with 140 additions and 69 deletions

View File

@ -1560,11 +1560,11 @@ typedef struct hak_synerr_t hak_synerr_t;
struct hak_synerr_t
{
hak_synerrnum_t num;
hak_loc_t loc;
hak_loc_t loc;
struct
{
hak_ooch_t val[256];
hak_oow_t len;
hak_oow_t len;
} tgt;
};