diff options
| author | 2025-03-18 01:50:44 +1100 | |
|---|---|---|
| committer | 2025-03-18 01:50:44 +1100 | |
| commit | daedf2ff31d0a77b0fef2f71ea8851164767ddb3 (patch) | |
| tree | 25d2c1986f279b6ddb8abb785cb8744886fbc761 /src/frontend | |
| parent | b5fafba307ba7acc2aea90681c71a3d43aa9cac3 (diff) | |
-cpu/drcbe*.cpp: Print an error message and abort when running off the end of a generated code block.
-cpu/drcbearm64.cpp: Don't emit code for UML NOP - the simplifier
litters the code with these for elided operations.
-frontend/mame/clifront.cpp: Added newline at end of -version output.
Diffstat (limited to 'src/frontend')
| -rw-r--r-- | src/frontend/mame/clifront.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/clifront.cpp b/src/frontend/mame/clifront.cpp index d7d9a8fdf08..da9900ff680 100644 --- a/src/frontend/mame/clifront.cpp +++ b/src/frontend/mame/clifront.cpp @@ -1539,7 +1539,7 @@ void cli_frontend::verifysoftlist(const std::vector<std::string> &args) void cli_frontend::version(const std::vector<std::string> &args) { - osd_printf_info("%s", emulator_info::get_build_version()); + osd_printf_info("%s\n", emulator_info::get_build_version()); } |
