diff options
author | Andrew Waterman <waterman@s141.Millennium.Berkeley.EDU> | 2010-09-06 22:48:37 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@s141.Millennium.Berkeley.EDU> | 2010-09-06 22:48:37 -0700 |
commit | 2351867c654572283c3c85b84e8f57e0021f9295 (patch) | |
tree | ed7132345aea410b12a8304eb3961eb968be189f /pk/pk.h | |
parent | fb6dba8fb1ac05bb1fea53cbdaa5d74c0fdb35b3 (diff) | |
download | pk-2351867c654572283c3c85b84e8f57e0021f9295.zip pk-2351867c654572283c3c85b84e8f57e0021f9295.tar.gz pk-2351867c654572283c3c85b84e8f57e0021f9295.tar.bz2 |
[sim, xcc] added PCRs to replace k0 and k1
Diffstat (limited to 'pk/pk.h')
-rw-r--r-- | pk/pk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ typedef struct long sr; long epc; long badvaddr; + long cr29; } trapframe_t; #define USER_MEM_SIZE 0x70000000 |