mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
copy out generic
This commit is contained in:
@@ -1546,6 +1546,9 @@ dw_eval_expr(Arena *arena,
|
|||||||
else {
|
else {
|
||||||
if (stack->top) {
|
if (stack->top) {
|
||||||
*value_out = stack->top->v;
|
*value_out = stack->top->v;
|
||||||
|
if (value_out->type == DW_ExprValueType_Generic) {
|
||||||
|
value_out->generic = push_str8_copy(arena, value_out->generic);
|
||||||
|
}
|
||||||
|
|
||||||
Rng1U64 *range = push_array(arena, Rng1U64, 1);
|
Rng1U64 *range = push_array(arena, Rng1U64, 1);
|
||||||
*range = r1u64(0, max_U64);
|
*range = r1u64(0, max_U64);
|
||||||
|
|||||||
Reference in New Issue
Block a user