mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Turns out the emulators still need/want a_magic, so put it back here.
This commit is contained in:
parent
f4dc9a4015
commit
acdb2ef475
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ struct exec {
|
|||
uint32_t a_trsize; /* text relocation size */
|
||||
uint32_t a_drsize; /* data relocation size */
|
||||
};
|
||||
#define a_magic a_midmag /* Hack for emulators */
|
||||
|
||||
/* a_magic */
|
||||
#define OMAGIC 0407 /* old impure format */
|
||||
|
|
|
|||
Loading…
Reference in a new issue