mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-23 01:29:34 +00:00
68000 compatibility: load _GLOBAL_OFFSET_TABLE_
This commit is contained in:
parent
c2746c0b56
commit
ba2c5fc6e7
@ -97,7 +97,8 @@ malloc_ok:
|
||||
|
||||
/* real address of GOT */
|
||||
|
||||
lea (%pc, _GLOBAL_OFFSET_TABLE_@GOTPC), %a0
|
||||
lea _GLOBAL_OFFSET_TABLE_-.-8,%a0
|
||||
lea (%pc, %a0), %a0
|
||||
|
||||
/* linked address of GOT */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user