make prepare exception function global
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1777
This commit is contained in:
parent
498ed26525
commit
de5dd0de7c
2 changed files with 3 additions and 2 deletions
|
@ -93,6 +93,7 @@ INLINE void CPU_SW_Interrupt(Bitu num,Bitu oldeip) {
|
|||
CPU_Interrupt(num,CPU_INT_SOFTWARE,oldeip);
|
||||
}
|
||||
|
||||
bool CPU_PrepareException(Bitu which,Bitu error);
|
||||
void CPU_Exception(Bitu which,Bitu error=0);
|
||||
|
||||
bool CPU_SetSegGeneral(SegNames seg,Bitu value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue