commit | b473defc6c18973f6a452528a93f8842c740126e | [log] [tgz] |
---|---|---|
author | Tor Jeremiassen <torerik@google.com> | Wed Sep 06 10:36:06 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Thu Sep 07 12:34:54 2023 -0700 |
tree | d876291c65b52e26ea7cc6b96cd802a34ba0d142 | |
parent | a87db035ef4bb8c14ac8522fe6dce59211544e96 [diff] |
Changes handling of HaltReason Change the stored type of HaltReason to be the HaltReasonValueType (the integer type underlying enum class HaltReason), and allow for user defined halt reasons to be used in architectures to provide ways to signal usecase specific halt reasons. PiperOrigin-RevId: 563146717