14 lines
470 B
C
14 lines
470 B
C
/*
|
|
* Copyright (C) 2004 Paul Mackerras <paulus@au.ibm.com>, IBM
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; either version
|
|
* 2 of the License, or (at your option) any later version.
|
|
*/
|
|
|
|
struct pt_regs;
|
|
|
|
/* Emulate instructions that cause a transfer of control. */
|
|
extern int emulate_step(struct pt_regs *regs, unsigned int instr);
|