From caf41c99de2f083c87df0057bc749aa5f241c07b Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Mon, 17 Feb 2025 00:19:03 -0800 Subject: [PATCH] add stub for new address translator function --- src/AddressTranslator-Stub.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/AddressTranslator-Stub.hh b/src/AddressTranslator-Stub.hh index b834ee07..02a084bd 100644 --- a/src/AddressTranslator-Stub.hh +++ b/src/AddressTranslator-Stub.hh @@ -18,3 +18,7 @@ inline void run_address_translator(const std::string&, const std::string&, const inline std::vector diff_dol_files(const std::string&, const std::string&) { throw std::runtime_error("resource_file is not available; install it and rebuild newserv"); } + +inline std::vector diff_xbe_files(const std::string&, const std::string&) { + throw std::runtime_error("resource_file is not available; install it and rebuild newserv"); +}