File: syscall.h

package info (click to toggle)
qemu 0.8.2-4etch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 8,404 kB
  • ctags: 27,580
  • sloc: ansic: 178,992; sh: 914; objc: 613; perl: 306; makefile: 287; asm: 152
file content (10 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
struct target_pt_regs {
	target_ulong u_regs[16];
	target_ulong tstate;
	target_ulong pc;
	target_ulong npc;
	target_ulong y;
	target_ulong fprs;
};

#define UNAME_MACHINE "sun4u"