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