tdwarf386.c - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tdwarf386.c (214B)
---
1 #include <u.h>
2 #include <libc.h>
3 #include <mach.h>
4 #include "elf.h"
5 #include "dwarf.h"
6
7 char*
8 dwarf386regs[] =
9 {
10 "AX",
11 "CX",
12 "DX",
13 "BX",
14 "SP",
15 "BP",
16 "SI",
17 "DI",
18 };
19
20 int dwarf386nregs = nelem(dwarf386regs);