summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/stmp/hwstub.db
blob: 810b7b5a4fbc27f2eb83b92a937b24118a46eea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
options
{
    flags = 0x100;
}

sources
{
    hwstub = extern(0);
}

section(0)
{
    load hwstub > 0;
    jump 0;
}