summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/stub')
-rw-r--r--utils/hwstub/stub/stmp/hwstub.db15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/hwstub/stub/stmp/hwstub.db b/utils/hwstub/stub/stmp/hwstub.db
new file mode 100644
index 0000000000..810b7b5a4f
--- /dev/null
+++ b/utils/hwstub/stub/stmp/hwstub.db
@@ -0,0 +1,15 @@
1options
2{
3 flags = 0x100;
4}
5
6sources
7{
8 hwstub = extern(0);
9}
10
11section(0)
12{
13 load hwstub > 0;
14 jump 0;
15}