-
Change dap::integer backing type to int64_t · 1e5ec3e4Ben Clayton authored
`int` may be < 64 bit, and some dap protocols use a 64 bit integer. Chnage to `int64_t` to be consistent. Fixes: #45
1e5ec3e4
×
`int` may be < 64 bit, and some dap protocols use a 64 bit integer. Chnage to `int64_t` to be consistent. Fixes: #45