trampin -> uservec

trampout -> userret
This commit is contained in:
Robert Morris 2019-07-26 04:53:46 -04:00
parent 4e62de64cd
commit ea95a6654c
6 changed files with 18 additions and 17 deletions

View file

@ -12,7 +12,7 @@ SECTIONS
{
*(.text)
. = ALIGN(0x1000);
*(trampoline)
*(trampsec)
}
. = ALIGN(0x1000);