mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 12:40:42 +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 ;\
|
popl %edx ;\
|
||||||
addl $C(_GLOBAL_OFFSET_TABLE_)+[.-.Lpic##n],%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) \
|
#define F_BEGIN(name) \
|
||||||
.globl C(name) ;\
|
.globl C(name) ;\
|
||||||
|
|
Loading…
Reference in a new issue