| 2442 | } // namespace vm |
| 2443 | |
| 2444 | void fmt_class_string<vm::_ptr_base<const void, u32>>::format(std::string& out, u64 arg) |
| 2445 | { |
| 2446 | fmt_class_string<u32>::format(out, arg); |
| 2447 | } |
| 2448 | |
| 2449 | void fmt_class_string<vm::_ptr_base<const char, u32>>::format(std::string& out, u64 arg) |
| 2450 | { |
nothing calls this directly
no test coverage detected