mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-10 23:29:43 +00:00
Fix x86 __PIC__ bug when indirecting in GLUE_BANK_MAYBEREAD()
This commit is contained in:
parent
7dc83521ec
commit
8ce1fffe89
@ -194,7 +194,7 @@
|
||||
# define _GOT_PRE(sym,reg) movl _A2_PIC_GOT(%esp), reg; \
|
||||
movl _UNDER(sym)@GOT(reg), reg;
|
||||
|
||||
# define CALL_IND0(fn) _GOT_PRE(fn, _PICREG); calll *_PICREG;
|
||||
# define CALL_IND0(fn) _GOT_PRE(fn, _PICREG); calll *(_PICREG);
|
||||
|
||||
# define CALL_IND(sym,off,sz) _GOT_PRE(sym,_PICREG); calll *(_PICREG,off,sz);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user