summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386/i386op16.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/i386/i386op16.hxx')
-rw-r--r--src/devices/cpu/i386/i386op16.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/i386/i386op16.hxx b/src/devices/cpu/i386/i386op16.hxx
index 4950a7ed73e..036a235f0d6 100644
--- a/src/devices/cpu/i386/i386op16.hxx
+++ b/src/devices/cpu/i386/i386op16.hxx
@@ -1690,7 +1690,7 @@ void i386_device::i386_pop_rm16() // Opcode 0x8f
catch(uint64_t e)
{
REG32(ESP) = temp_sp;
- throw e;
+ throw emu_fatalerror("i386_pop_rm16: %llx", e);
}
}
}