libmach
This commit is contained in:
parent
0e3cc9f456
commit
a84cbb2a17
53 changed files with 12038 additions and 0 deletions
24
src/libmach/dwarf386.c
Normal file
24
src/libmach/dwarf386.c
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
#include <u.h>
|
||||
#include <libc.h>
|
||||
#include <mach.h>
|
||||
#include "elf.h"
|
||||
#include "dwarf.h"
|
||||
|
||||
char*
|
||||
dwarf386regs[] =
|
||||
{
|
||||
"AX",
|
||||
"CX",
|
||||
"DX",
|
||||
"BX",
|
||||
"SP",
|
||||
"BP",
|
||||
"SI",
|
||||
"DI",
|
||||
"LR",
|
||||
"CFA",
|
||||
};
|
||||
|
||||
int dwarf386nregs = 10;
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue