summaryrefslogtreecommitdiff
path: root/src/devices/oprom/x86_asm.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/oprom/x86_asm.S')
-rw-r--r--src/devices/oprom/x86_asm.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/oprom/x86_asm.S b/src/devices/oprom/x86_asm.S
index 194b4cb64c..03c6994046 100644
--- a/src/devices/oprom/x86_asm.S
+++ b/src/devices/oprom/x86_asm.S
@@ -257,8 +257,6 @@ __run_vsa = RELOCATED(.)
.globl __run_interrupt
__run_interrupt = RELOCATED(.)
- /* paranoia -- does ecx get saved? not sure. This is
- * the easiest safe thing to do. */
pushal
/* save the stack */
mov %esp, __stack