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 (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
struct target_pt_regs {
	target_ulong psr;
	target_ulong pc;
	target_ulong npc;
	target_ulong y;
	target_ulong u_regs[16];
};

#define UNAME_MACHINE "sun4"