From 2b18896bbb7f58b3f25794279fb9ec19347db0f0 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 30 Aug 2001 22:32:11 +0000 Subject: [PATCH] oh, the joys of asm in shared libs --- libs/audio/renderer/snd_mixa.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/audio/renderer/snd_mixa.S b/libs/audio/renderer/snd_mixa.S index d5a4ff9b1..c6c023dfd 100644 --- a/libs/audio/renderer/snd_mixa.S +++ b/libs/audio/renderer/snd_mixa.S @@ -105,10 +105,10 @@ LRightSet: .Lpic1: popl %ebx addl $_GLOBAL_OFFSET_TABLE_+[.-.Lpic1],%ebx - leal C(snd_scaletable)@GOTOFF(%ebx,%eax),%eax - leal C(snd_scaletable)@GOTOFF(%ebx,%edx),%edx + movl C(snd_scaletable)@GOT(%ebx,%eax),%eax + movl C(snd_scaletable)@GOT(%ebx,%edx),%edx - leal C(paintbuffer)@GOTOFF(%ebx),%ebx + movl C(paintbuffer)@GOT(%ebx),%ebx #else leal C(snd_scaletable)(%eax),%eax leal C(snd_scaletable)(%edx),%edx