mirror of
https://github.com/ksherlock/merlin-utils.git
synced 2025-02-06 07:29:56 +00:00
default merlin kind is 4096 (static code, no special memory)
This commit is contained in:
parent
7b059c424b
commit
5269b58365
3
link.cpp
3
link.cpp
@ -157,7 +157,7 @@ namespace {
|
||||
unsigned ver = 2;
|
||||
unsigned ftype = 0xb3;
|
||||
unsigned atype = 0x0000;
|
||||
unsigned kind = 0x0000;
|
||||
// unsigned kind = 0x0000;
|
||||
unsigned org = 0x0000;
|
||||
|
||||
unsigned sav = 0;
|
||||
@ -236,6 +236,7 @@ void new_segment(bool reset = false) {
|
||||
relocations.emplace_back();
|
||||
|
||||
segments.back().segnum = segments.size();
|
||||
segments.back().kind = 4096; /* no special memory */
|
||||
len_offset = 0;
|
||||
pos_offset = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user