| 151 | /// input is undefined. |
| 152 | /// |
| 153 | extern "C" void |
| 154 | fail_entry(bsl::safe_u64::value_type const errc, bsl::safe_u64::value_type const addr) noexcept |
| 155 | { |
| 156 | bsl::discard(errc); |
| 157 | bsl::discard(addr); |
| 158 | |
| 159 | bsl::assert("fail from the fail handler", bsl::here()); |
| 160 | } |
| 161 | |
| 162 | /// <!-- description --> |
| 163 | /// @brief Implements the VMExit entry function. This is registered |
nothing calls this directly
no outgoing calls
no test coverage detected