symbian-qemu-0.9.1-12/qemu-symbian-svp/linux-user/sh4/syscall.h
author Brendan Donegan <brendand@symbian.org>
Mon, 10 May 2010 11:37:38 +0100
changeset 71 5158c0d3bde3
parent 1 2fb8b9db1c86
permissions -rw-r--r--
Creating flag_autoserialconfig.txt configures serial port automatically

struct target_pt_regs {
        unsigned long regs[16];
        unsigned long pc;
        unsigned long pr;
        unsigned long sr;
        unsigned long gbr;
        unsigned long mach;
        unsigned long macl;
        long tra;
};

#define UNAME_MACHINE "sh4"