Skip to content

Commit

Permalink
vfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliyaan committed Feb 22, 2025
1 parent 29a559b commit cfb9718
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlib/v/gen/native/amd64.v
Original file line number Diff line number Diff line change
Expand Up @@ -3460,7 +3460,6 @@ pub fn (mut c Amd64) allocate_var(name string, size i32, initial_val Number) i32
}
}


// println('allocate_var(size=$size, initial_val=$initial_val)')
c.g.println('mov [rbp-${int(n).hex2()}], ${initial_val} ; Allocate var `${name}`')
return c.g.stack_var_pos
Expand Down

0 comments on commit cfb9718

Please sign in to comment.