ReactOS 0.4.15-dev-7942-gd23573b
dwarf386.c
Go to the documentation of this file.
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
9char*
11{
12 "AX",
13 "CX",
14 "DX",
15 "BX",
16 "SP",
17 "BP",
18 "SI",
19 "DI",
20};
21
23
24
25
char * dwarf386regs[]
Definition: dwarf386.c:10
int dwarf386nregs
Definition: dwarf386.c:22
#define nelem(x)
Definition: shaptest.c:19