Fix stuff before I break it again

This commit is contained in:
pagefault
2005-07-06 08:14:12 +00:00
parent b8da65069f
commit 6f2e864f8c

View File

@@ -106,7 +106,7 @@ NEWSYM ProcessRewind
mov esi,[tempesi] mov esi,[tempesi]
mov edi,[tempedi] mov edi,[tempedi]
; mov ebp,[tempebp] mov ebp,[tempebp]
mov edx,[tempedx] mov edx,[tempedx]
.notokay .notokay
@@ -124,7 +124,7 @@ NEWSYM UpdateRewind
mov [tempedx],edx mov [tempedx],edx
mov [tempesi],esi mov [tempesi],esi
mov [tempedi],edi mov [tempedi],edi
; mov [tempebp],ebp mov [tempebp],ebp
pushad pushad
call BackupCVFrame call BackupCVFrame
@@ -479,7 +479,7 @@ reexecuteb2:
mov edi,[tableadb+ebx*4] mov edi,[tableadb+ebx*4]
.nomovie .nomovie
; mov ebp,[spcPCRam] mov ebp,[spcPCRam]
mov byte[NoSoundReinit],0 mov byte[NoSoundReinit],0
mov byte[csounddisable],0 mov byte[csounddisable],0
@@ -499,7 +499,7 @@ reexecuteb2:
; de-init variables (copy to variables) ; de-init variables (copy to variables)
; mov [spcPCRam],ebp mov [spcPCRam],ebp
mov [Curtableaddr],edi mov [Curtableaddr],edi
mov [xp],dl mov [xp],dl
mov [curcyc],dh mov [curcyc],dh