Plan 9 from User Space's /usr/local/plan9/src/libmach/dwarf386.c

#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",
};

int dwarf386nregs = nelem(dwarf386regs);



Space Glenda

Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See license for details.