vstub.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __VSTUB_H
  2. #define __VSTUB_H
  3. extern UINT32 __save_r00[];
  4. extern UINT32 __save_stk[];
  5. #define C0_STATUS 32
  6. #define C0_CAUSE 33
  7. #define C0_EPC 34
  8. #define __reg(n) (__save_r00[(n)])
  9. #define __c0_status (__save_r00[C0_STATUS])
  10. #define __c0_cause (__save_r00[C0_CAUSE])
  11. #define __c0_epc (__save_r00[C0_EPC])
  12. extern void __swap(void *func);
  13. #endif/*__VSTUB_H*/