gpu-compute: init valid field of GpuTlbEntry in default ctor
Review Request #3739 - Created Nov. 21, 2016 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Tony Gutierrez | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11902:877b71cb546d
---------------------------
gpu-compute: init valid field of GpuTlbEntry in default ctorvalid field for GpuTlbEntry is not set in the default ctor, which can
lead to strange behavior, and is also flagged by UBSAN.
