mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
there, finally got it right. ugh
This commit is contained in:
parent
3ffec9e8c1
commit
ad08ff7492
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ fpenv:
|
|||
popl %edx ;\
|
||||
addl $C(_GLOBAL_OFFSET_TABLE_)+[.-.Lpic##n],%edx
|
||||
|
||||
#define got_var(v) v@GOT(%edx)
|
||||
#define got_var(v) v@GOTOFF(%edx)
|
||||
|
||||
#define F_BEGIN(name) \
|
||||
.globl C(name) ;\
|
||||
|
|
Loading…
Reference in a new issue