Implement 'store' for maps.
authormpi <mpi@openbsd.org>
Sat, 24 Feb 2024 17:05:59 +0000 (17:05 +0000)
committermpi <mpi@openbsd.org>
Sat, 24 Feb 2024 17:05:59 +0000 (17:05 +0000)
commitdb30eb4f0630714296dba474b3b2a5a239a8b9d9
tree1f1e8ef0bc170074fe6202bc350aba97bbf51790
parent7eb2b5c29ec538447e2b96e5e7bfc16279363341
Implement 'store' for maps.

A current limitation is the value read from a map is converted to an
integer.  To preserve the original type we have to make maps aware of
the type of its elements.
usr.sbin/btrace/btrace.c