Skip to content

Commit cd462d6

Browse files
committed
[xaudio] Fix enforcer hit in AHIsub_Stop
1 parent 02a94b5 commit cd462d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xaudio/src/replay_audio.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2155,7 +2155,7 @@ AHIsub_Stop:
21552155
beq.b .nooutputbuffer
21562156

21572157
; reset mmu flags
2158-
move.l r_MMUFlags,d1
2158+
move.l r_MMUFlags(a3),d1
21592159
cmp.l #-1,d1
21602160
beq.b .nommu
21612161
move.l d0,a0

0 commit comments

Comments
 (0)