Silence a warning.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2650
This commit is contained in:
parent
b9ad197d85
commit
27225d6602
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ static INLINE void dyn_set_eip_last(void) {
|
|||
|
||||
enum save_info_type {exception, cycle_check, normal};
|
||||
|
||||
struct {
|
||||
|
||||
static struct {
|
||||
save_info_type type;
|
||||
DynState state;
|
||||
Bit8u * branch_pos;
|
||||
|
|
Loading…
Add table
Reference in a new issue