xref: /reactos/sdk/lib/rossym_new/dwarf386.c (revision 9393fc32)
1 #if 0
2 #include <u.h>
3 #include <libc.h>
4 #include <mach.h>
5 #include "elf.h"
6 #endif
7 #include "dwarf.h"
8 
9 char*
10 dwarf386regs[] =
11 {
12 	"AX",
13 	"CX",
14 	"DX",
15 	"BX",
16 	"SP",
17 	"BP",
18 	"SI",
19 	"DI",
20 };
21 
22 int dwarf386nregs = nelem(dwarf386regs);
23 
24 
25 
26