On Tue, 20 May 2025 13:28:22 GMT, Magnus Ihse Bursie wrote:
> In `SetJtregValue` and `SetMicroValue`, if a default or user-supplied value
> was given, the corresponding "local" variable was assigned using :=, which
> will force future eager evaluation of the variable, most notably `+=`.
> Howe
In `SetJtregValue` and `SetMicroValue`, if a default or user-supplied value was
given, the corresponding "local" variable was assigned using :=, which will
force future eager evaluation of the variable, most notably `+=`. However, if
no default nor user-assigned value was given, the variable was