gpu-compute: init valid field of GpuTlbEntry in default ctor
Review Request #3739 - Created Nov. 21, 2016 and submitted
| 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.
Ship It!
Review request changed
Updated (Nov. 21, 2016, 10:46 a.m.)
Description: |
|
|---|
This fixed a ubsan error I was seeing.
