Turn value_zero into static "constructor"

This turns value_zero into a static "constructor" of value.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
This commit is contained in:
Tom Tromey
2023-01-31 13:41:35 -07:00
parent b27556e3c1
commit ee7bb2944b
15 changed files with 77 additions and 77 deletions

View File

@@ -348,7 +348,7 @@ dummy_frame_prev_register (frame_info_ptr this_frame,
/* Describe the register's location. Generic dummy frames always
have the register value in an ``expression''. */
reg_val = value_zero (register_type (gdbarch, regnum), not_lval);
reg_val = value::zero (register_type (gdbarch, regnum), not_lval);
/* Use the regcache_cooked_read() method so that it, on the fly,
constructs either a raw or pseudo register from the raw