commit | 0a6eca2d9aad6136502f81b7364059a188355c93 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Tue Dec 10 18:18:13 2024 -0800 |
committer | Christopher Ferris <cferris@google.com> | Tue Dec 10 18:18:13 2024 -0800 |
tree | 57536549f6c0ce75d1c0fff0e96b1d488a08800a | |
parent | 033e4ceeaa76e040aeda3f48ac800fe9ce765ebc [diff] |
Fix use before set bug in arm32 guest. I accidentally set the unwind register object using the uninitialized arm registers. Actually set using the arm registers that contains valid data. Test: All unit tests pass. Test: Ran on an arm32 guest host and verified the guest unwind is valid. Change-Id: I20a2b6675648df1c627af80aa708071109bdf099