mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 04:30:43 +00:00
oh, the joys of asm in shared libs
This commit is contained in:
parent
a625f178af
commit
2b18896bbb
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue