arm2x86_test.h

来自「skyeye for pxa270」· C头文件 代码 · 共 42 行

H
42
字号
/* This program is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2, or (at your option)any later version.This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See theGNU General Public License for more details.You should have received a copy of the GNU General Public License alongwith this program; if not, write to the Free Software Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  *//* * author teawater <c7code-uc@yahoo.com.cn> <teawater@gmail.com> */#ifndef _ARM2X86_TEST_H_#define _ARM2X86_TEST_H_extern op_table_t op_test_dataabort;extern op_table_t op_test_dataabort_ret;extern op_table_t op_test_cpsr_ret_UNP;//extern op_table_t     op_test_debug;extern int arm2x86_test_init ();static __inline__ voidgen_op_test_dataabort_im (ARMul_State * state, uint8_t ** tbpp, int *plen,			  uint32_t im){	GEN_OP (*tbpp, *plen, op_test_dataabort);//teawater remove tb_translate_find 2005.10.21----------------------------------	//if (*tbpp) {		memcpy(*tbpp - sizeof(im), &im, sizeof(im));	//}//AJ2D--------------------------------------------------------------------------}#endif //_ARM2X86_TEST_H_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?